An Address represents a billing address that can be associated to a Card, Customer, or Transaction.

Properties

PropertyTypeDescriptionExample
idNumber(integer)A read-only unique identifier.1234567890
addressStringStreet address."1234 Test Street S."
cityStringThe city for the address."Test City"
stateStringThe state code for the address."CA"
postalNumber(integer)The zip code for the address.50001

Example

{ "id": 1234567890, "address": "1234 Test Street S.", "city": "Test City", "state": "CA", "postal": 50001 }