merchantCategoryCode property

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

The code which identifies the category of the transaction (MCC). The payment implies a specific MCC.

Implementation

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