AddressData =========== An address data resource represents an invoice or delivery address. Resource definition ------------------- .. literalinclude:: _static/AddressData.json :language: json +-----------------+-----------------+---------------------------------------------------------------------------------+ | Name | Type | Description | +=================+=================+=================================================================================+ | Name | string | Reference of the current address, like company/building/person. | +-----------------+-----------------+---------------------------------------------------------------------------------+ | CompleteAddress | string | All fields combined to a formatted string. | +-----------------+-----------------+---------------------------------------------------------------------------------+ | Street | string | Name of street | +-----------------+-----------------+---------------------------------------------------------------------------------+ | ZipCode | string | Postal code | +-----------------+-----------------+---------------------------------------------------------------------------------+ | City | string | Name of city | +-----------------+-----------------+---------------------------------------------------------------------------------+ | County | string | Name of county | +-----------------+-----------------+---------------------------------------------------------------------------------+ | State | string | Name of state/region | +-----------------+-----------------+---------------------------------------------------------------------------------+ | CountryCode | string | Two letter country code | +-----------------+-----------------+---------------------------------------------------------------------------------+