API Docs / Schemas / BillingAddress

BillingAddress

Represents a billing address.

Properties

Name Type Description
companyNamestring

The company name.

The company name.

addressLine1string

The first line of the address.

The first line of the address.

addressLine2string

The second line of the address.

The second line of the address.

citystring

The city.

The city.

postalCodestring

The postal code.

The postal code.

countrystring

The country.

The country.

JSON Example

{
  "companyName": "string",
  "addressLine1": "string",
  "addressLine2": "string",
  "city": "string",
  "postalCode": "string"
}

Contained in Schemas