Constructor
new UserAccountActionTokenModel()
UserAccountActionTokenModel Constructor
Source
Members
accountIdstring
The Account this Action Token belongs to
Type
-
string
Source
actionstring
The Action that can be Performed using this Action Token
Type
-
string
Source
activityTimestampDate
When the last API call using this Action Token was made
Type
-
Date
Source
companyIdstring
The Company this Action Token belongs to
Type
-
string
Source
completedTimestampDate
When the Action was Completed
Type
-
Date
Source
consumeMetadataObject
Metadata from the Request that consumed this Action Token
Type
-
Object
Source
deletedboolean
Whether the User Account Action Token has been deleted
Type
-
boolean
Source
emailTimestampDate
When the Action Email was Sent
Type
-
Date
Source
expireTimestampDate
When the Action Token will expire
Type
-
Date
Source
idstring
The User Account Action Token ID
Type
-
string
Source
issueMetadataObject
Metadata from the Request that generated this Action Token
Type
-
Object
Source
issueTimestampDate
When the Action Token was issued
Type
-
Date
Source
updateTimestampDate
When the User Account Action Token was last updated
Type
-
Date
Source
Methods
fromJSON(json) → {UserAccountActionTokenModel}
Create a new UserAccountActionTokenModel from a JSON Object or JSON String
Parameters
-
json
Object.<string, any>|stringA JSON Object or JSON String
Returns
-
UserAccountActionTokenModel