Address
Describes an address.
This is an alias for the AddressUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "address" | |
countryCode | string | A two-letter ISO 3166-1 alpha-2 country code |
state | string | State, if applicable |
city | string | City |
streetLine1 | string | First line of the address |
streetLine2 | string | Second line of the address |
postalCode | string | Address postal code |