Represents a mailing address for a license company
Overview of LicenseCompanyMailingAddress goes here.
LicenseCompanyMailingAddress
| Field | Type | Inherited from | Description |
|---|---|---|---|
| City | String | LicenseCompanyMailingAddress | Gets or sets the city |
| Country | String | LicenseCompanyMailingAddress | Gets or sets the country |
| PostalCode | String | LicenseCompanyMailingAddress | Gets or sets the postal/ZIP code |
| Province | String | LicenseCompanyMailingAddress | Gets or sets the province/state |
| Street | String | LicenseCompanyMailingAddress | Gets or sets the street address |
{
"City" : "String",
"Country" : "String",
"PostalCode" : "String",
"Province" : "String",
"Street" : "String"
}