mcc property

  1. @BuiltValueField.new(wireName: r'mcc')
String? get mcc

The merchant category code (MCC) is a four-digit number which relates to a particular market segment. This code reflects the predominant activity that is conducted by the merchant. The list of MCCs can be found here.

Implementation

@BuiltValueField(wireName: r'mcc')
String? get mcc;