Constructor
protected
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
nullable
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
nullable
completedTimestampDate
When the Action was Completed
Type
-
Date
Source
deletedboolean
Whether the User Account Action Token has been deleted
Type
-
boolean
Source
nullable
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
issueTimestampDate
When the Action Token was issued
Type
-
Date
Source
updateTimestampDate
When the User Account Action Token was last updated
Type
-
Date
Source
Methods
static
fromJSON(json) → {UserAccountActionTokenModel}
Create a new UserAccountActionTokenModel from a JSON Object or JSON String
Parameters
-
json
Object.<string, any>
|string
A JSON Object or JSON String
Returns
-
UserAccountActionTokenModel