Sha256: f3d050d21c355336601d8094029ba9d20d317244bfe14659b515010ea0230a47

Contents?: true

Size: 871 Bytes

Versions: 12

Compression:

Stored size: 871 Bytes

Contents

# OpenapiClient::SubMerchantData

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**mcc** | **String** | Merchant category code. | 
**legal_name** | **String** | Store legal name. | [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.,
                                 timezone: Europe/London,
                                 address: null,
                                 document: null,
                                 merchant_id: 987654321)
```


Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
first_data_gateway-1.12.0 docs/SubMerchantData.md
first_data_gateway-1.11.0 docs/SubMerchantData.md
first_data_gateway-1.10.0 docs/SubMerchantData.md
first_data_gateway-1.9.0 docs/SubMerchantData.md
first_data_gateway-1.8.1 docs/SubMerchantData.md
first_data_gateway-1.8.0 docs/SubMerchantData.md
first_data_gateway-1.7.1 docs/SubMerchantData.md
first_data_gateway-1.7.0 docs/SubMerchantData.md
first_data_gateway-1.6.0 docs/SubMerchantData.md
first_data_gateway-1.5.0 docs/SubMerchantData.md
first_data_gateway-1.4.0 docs/SubMerchantData.md
first_data_gateway-1.3.0 docs/SubMerchantData.md