required:
- address1
- city
- countryCode
type: object
properties:
address1:
maxLength: 80
minLength: 1
type: string
description: Address line 1
address2:
maxLength: 80
minLength: 1
type: string
description: Address line 2
address3:
maxLength: 80
minLength: 1
type: string
description: Address line 3
postalCode:
maxLength: 15
minLength: 1
type: string
description: |2-
Required for all countries except the following: * IE
city:
maxLength: 50
minLength: 1
type: string
description: Address City
state:
maxLength: 30
minLength: 1
type: string
description: Address State
countryCode:
type: string
description: >-
Must be provided in [ISO 3166-1 alpha-2
format](/products/access/reference/supported-countries-currencies#iso-country-codes).
format: ISO 3166-1 alpha-2
description: Contains the billing address information.