Sha256: 3cc0c4e9a1f7f0a14c3986219c90afab93f64e829775cfeb3bb607c91af732d3
Contents?: true
Size: 1.11 KB
Versions: 2
Compression:
Stored size: 1.11 KB
Contents
# OpenapiClient::MerchantLocation ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **location_id** | **String** | The unique ID of this location. | [optional] **merchant_address** | [**MerchantLocationMerchantAddress**](MerchantLocationMerchantAddress.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::MerchantLocation.new(location_id: 3, merchant_address: null, hierarchy: FDC, timezone_offset: +02:00, user_defined: {"validAddress":false}) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.4.0 | docs/MerchantLocation.md |
first_data_gateway-1.3.0 | docs/MerchantLocation.md |