Billing contact information as returned from Apple Pay.
Refer to Apple's documentation for more information.
Field | Type | Required | Description | Example |
---|---|---|---|---|
address_lines |
List[str] | ➖ | Address lines 1 and 2 for the contact. | [ "123 Sesame Street" ] |
locality |
Optional[str] | ➖ | The contact's city. | Phoenix |
postal_code |
Optional[str] | ➖ | The contact's postal code. | 30345 |
administrative_area |
Optional[str] | ➖ | The contact's two-letter state code. | AZ |
country_code |
Optional[str] | ➖ | The contact's two-letter ISO 3166 | US |