Represents company information for licensing
Overview of LicenseCompany goes here.
LicenseCompany
| Field | Type | Inherited from | Description |
|---|---|---|---|
| CompanyName | String | LicenseCompany | Gets or sets the company name |
| EmailAddress | String | LicenseCompany | Gets or sets the email address |
| MailingAddress | LicenseCompanyMailingAddress | LicenseCompany | Gets or sets the mailing address |
| PhoneNumber | String | LicenseCompany | Gets or sets the phone number |
{
"CompanyName" : "String",
"EmailAddress" : "String",
"MailingAddress" : "[LicenseCompanyMailingAddress](/object-model/licensecompanymailingaddress)",
"PhoneNumber" : "String"
}