Open this page in the API Guide

Account Constructor

Initializes the dundas.account.Account object.
 

Parameters

accountOptions

Type: Object
(optional) Object with default values for the account.
Optional: True

Examples

The following example initializes a new instance of a Account object:

1
var newObject = new dundas.account.Account();