Constructor
protected
new CompanyModel()
CompanyModel Constructor
Source
Members
deletedboolean
Whether the Company has been deleted
Type
-
boolean
Source
displayNamestring
The Company Display Name
Type
-
string
Source
idstring
The Company ID
Type
-
string
Source
legalNamestring
The Company Legal Name
Type
-
string
Source
updateTimestampDate
When the Company was last updated
Type
-
Date
Source
Methods
static
fromJSON(json) → {CompanyModel}
Create a new CompanyModel from a JSON Object or JSON String
Parameters
-
json
Object.<string, any>
|string
A JSON Object or JSON String
Returns
-
CompanyModel