paymentAccInd property

  1. @BuiltValueField.new(wireName: r'paymentAccInd')
AcctInfoPaymentAccIndEnum? get paymentAccInd

Indicates the length of time that the payment account was enrolled in the cardholder’s account with the 3DS Requestor. Allowed values: * 01 — No account (guest checkout) * 02 — During this transaction * 03 — Less than 30 days * 04 — 30–60 days * 05 — More than 60 days

Implementation

@BuiltValueField(wireName: r'paymentAccInd')
AcctInfoPaymentAccIndEnum? get paymentAccInd;