Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 992 Bytes

File metadata and controls

29 lines (22 loc) · 992 Bytes

OpenapiClient::SubMerchantData

Properties

Name Type Description Notes
mcc String Merchant category code.
legal_name String Store legal name. [optional]
email String Sub-merchant email. [optional]
timezone String Timezone. [optional]
address Address [optional]
document Document [optional]
merchant_id String Sub-merchant ID. [optional]

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::SubMerchantData.new(mcc: 7311,
                                 legal_name: Walmart Inc.,
                                 email: abcd.1234@fiserv.com,
                                 timezone: Europe/London,
                                 address: null,
                                 document: null,
                                 merchant_id: 987654321)