Sha256: f7d8e0a0082d52ea0b5aae3a879837aa452909129593adc7841bf4b7a81d48df
Contents?: true
Size: 992 Bytes
Versions: 2
Compression:
Stored size: 992 Bytes
Contents
# 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**](Address.md) | | [optional] **document** | [**Document**](Document.md) | | [optional] **merchant_id** | **String** | Sub-merchant ID. | [optional] ## Code Sample ```ruby 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) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.14.0 | docs/SubMerchantData.md |
first_data_gateway-1.13.0 | docs/SubMerchantData.md |