CustomerAddress
A physical address associated with a customer.
addressTypestring
Whether this address is used for billing, shipping, or both.
Possible values: [billing, shipping, both]
streetstring
Street address line.
citystring
statestring
State or province code.
zipCodestring
Postal or ZIP code.
countrystring
Two-letter country code (ISO 3166-1 alpha-2).
isPrimaryboolean
Whether this is the default address for the customer.
CustomerAddress
{
"addressType": "billing",
"street": "string",
"city": "string",
"state": "string",
"zipCode": "string",
"country": "string",
"isPrimary": true
}