BillingAddress
Represents a billing address.
Properties
| Name | Type | Description |
|---|---|---|
| companyName | string | The company name. |
The company name. | ||
| addressLine1 | string | The first line of the address. |
The first line of the address. | ||
| addressLine2 | string | The second line of the address. |
The second line of the address. | ||
| city | string | The city. |
The city. | ||
| postalCode | string | The postal code. |
The postal code. | ||
| country | string | The country. |
The country. | ||
JSON Example
{
"companyName": "string",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"postalCode": "string"
}
Contained in Schemas
- BillingAccountResponse Response model representing a billing account.
- StartSubscriptionBillingRequest Request to start subscription billing for a tenant. Name, billing contact, and tenant are auto-popul...
- UpdateSubscriptionBillingRequest Request to update billing address and invoice recipients. Name and billing contact are not user-sett...