merchantAdviceCode property

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

The Merchant Advice Code (MAC) can be returned by Mastercard issuers for refused payments. If present, the MAC contains information about why the payment failed, and whether it can be retried. For more information see Mastercard Merchant Advice Codes.

Implementation

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