approvalCode property

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

Code assigned to a transaction approval by the Acquirer. Could be an identifier of the approved transaction for the Acquirer. This data element is conditional for the Loyalty Acquirers. Used in the PaymentRequest request for a referral.

Implementation

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