Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.06 KB

File metadata and controls

25 lines (18 loc) · 1.06 KB

OpenapiClient::Location

Properties

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]

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::Location.new(location_id: 3,
                                 merchant_address: null,
                                 hierarchy: FDC,
                                 timezone_offset: +02:00,
                                 user_defined: {"validAddress":false})