# 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) ```