Method: OpenapiClient::Merchant#mcc
- Defined in:
- lib/openapi_client/models/merchant.rb
#mcc ⇒ Object
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.
19 20 21 |
# File 'lib/openapi_client/models/merchant.rb', line 19 def mcc @mcc end |