Sha256: 8ad35ae0890c065ab9d9b56c7afab89f6f10d733acdfb813060670cd09b07154
Contents?: true
Size: 1.06 KB
Versions: 12
Compression:
Stored size: 1.06 KB
Contents
# OpenapiClient::Location ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **location_id** | **String** | The unique ID of this location. | [optional] **merchant_address** | [**FraudAddress**](FraudAddress.md) | | [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**](.md) | A JSON object that can carry any additional information about the location that might be helpful for fraud detection. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::Location.new(location_id: 3, merchant_address: null, hierarchy: FDC, timezone_offset: +02:00, user_defined: {"validAddress":false}) ```
Version data entries
12 entries across 12 versions & 1 rubygems