mcc property

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

Required for merchants that have been enrolled for 3D Secure 2 by another party than Adyen, mostly authentication-only integrations. The mcc is a four-digit code with which the previously given acquirerMerchantID is registered at the scheme.

Implementation

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