Open this page in the API Guide

PendingAccount Constructor

Initializes the dundas.account.PendingAccount 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 PendingAccount object:

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