Sha256: b7c013ae8f7b861363050de06a5084673d17910bd2de7c02bfd20cd673063cd4

Contents?: true

Size: 1.04 KB

Versions: 12

Compression:

Stored size: 1.04 KB

Contents

# OpenapiClient::Merchant

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**mcc** | **String** | The 4-digit Merchant Category Code. The merchant might be associated with multiple MCCs. In that case the MCC provided here will be the one that better describes the current transaction. | [optional] 
**merchant_unique_id** | **String** | The unique ID of this merchant. Must be unique for the entire system (not just within a specific industry). | 
**location** | [**Location**](Location.md) |  | [optional] 
**user_defined** | [**Object**](.md) | A JSON object that can carry any additional information about the merchant that might be helpful for fraud detection. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::Merchant.new(mcc: 7311,
                                 merchant_unique_id: 9a0f5fe8-f907-4b06-88e9-8dd5141cbf44,
                                 location: null,
                                 user_defined: {"highFraudVolume":true})
```


Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/Merchant.md
first_data_gateway-1.13.0 docs/Merchant.md
first_data_gateway-1.12.0 docs/Merchant.md
first_data_gateway-1.11.0 docs/Merchant.md
first_data_gateway-1.10.0 docs/Merchant.md
first_data_gateway-1.9.0 docs/Merchant.md
first_data_gateway-1.8.1 docs/Merchant.md
first_data_gateway-1.8.0 docs/Merchant.md
first_data_gateway-1.7.1 docs/Merchant.md
first_data_gateway-1.7.0 docs/Merchant.md
first_data_gateway-1.6.0 docs/Merchant.md
first_data_gateway-1.5.0 docs/Merchant.md