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:
var newObject = new dundas.account.Account();