A representation of where a transaction took place
Name | Type | Description | Notes |
---|---|---|---|
address | str, none_type | The street address where the transaction occurred. | |
city | str, none_type | The city where the transaction occurred. | |
region | str, none_type | The region or state where the transaction occurred. In API versions 2018-05-22 and earlier, this field is called `state`. | |
postal_code | str, none_type | The postal code where the transaction occurred. In API versions 2018-05-22 and earlier, this field is called `zip`. | |
country | str, none_type | The ISO 3166-1 alpha-2 country code where the transaction occurred. | |
lat | float, none_type | The latitude where the transaction occurred. | |
lon | float, none_type | The longitude where the transaction occurred. | |
store_number | str, none_type | The merchant defined store number where the transaction occurred. | |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |