| Name |
Type |
Description |
Notes |
| location_id |
String |
The unique ID of this location. |
[optional] |
| merchant_address |
FraudAddress |
|
[optional] |
| hierarchy |
String |
Free-text field to describe a hierarchy the merchant would like to provide. |
[optional] |
| timezone_offset |
String |
The timezone offset from UTC to the merchants timezone configuration, specified in the format +hh:mm. |
[optional] |
| user_defined |
Object |
A JSON object that can carry any additional information about the location that might be helpful for fraud detection. |
[optional] |
require 'OpenapiClient'
instance = OpenapiClient::Location.new(location_id: 3,
merchant_address: null,
hierarchy: FDC,
timezone_offset: +02:00,
user_defined: {"validAddress":false})