LicenseCompany

Represents company information for licensing

Overview of LicenseCompany goes here.

LicenseCompany Properties

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

JSON Structure of LicenseCompany

{
   "CompanyName"	:	"String",
   "EmailAddress"	:	"String",
   "MailingAddress"	:	"[LicenseCompanyMailingAddress](/object-model/licensecompanymailingaddress)",
   "PhoneNumber"	:	"String"
}