Billing address
The Billing address representation in our entries.
✓ - required value
? - optional, value or null
✕ - always appears as null
Variable | Type | Description | |
---|---|---|---|
address | varchar(100) | ✓ | Customer's address |
city | varchar(100) | ✓ | City of the customer |
state | varchar(3) | ✓ | State/Province where the customer resides. |
zip | varchar(12) | ✓ | Postal Code of the customer. |
country | varchar(2) | ? | ISO 3166-1 alpha-2 country code (US, MT, IT, GB, DE etc.) |
{
"address": "342 Patience Road",
"city": "City",
"state": "CA",
"zip": "45332",
"country": "US"
}