dundas.account.PendingAccount Class

 

Inheritance Hierarchy

 
Class
   dundas.account.PendingAccount
 

Constructors

 
  Name Description
init Initializes the dundas.account.PendingAccount object.
 
 

Properties

 
  Name Description
displayName Gets or sets the display name of the account holder.
emailAddress Gets or sets the account's email address.
id Gets or sets the unique identifier of the account.
message Gets or sets the account's message.
name Gets or sets the name of the account.
submitDate Gets or sets the UTC time the account last logged on.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.