Sha256: e3b983cbda8165ac334c50a474e1007ee07e1e98ce9a6d34ef9f7e2e693c269a
Contents?: true
Size: 643 Bytes
Versions: 6
Compression:
Stored size: 643 Bytes
Contents
# OpenapiClient::SoftDescriptor ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **dynamic_merchant_name** | **String** | Store \"doing-business-as\" name. | **mcc** | **String** | The 4-digit merchant category code (MCC). 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] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::SoftDescriptor.new(dynamic_merchant_name: Merchant XYZ, mcc: 7311) ```
Version data entries
6 entries across 6 versions & 1 rubygems