paymentAccountRef property

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

Reference of the PAN, which identifies the PAN or the card uniquely, named also PAR (Payment Account Reference). This reference may be defined by the card issuer or by a token service provider under the control of the card issuer, and cannot be used for a payment transaction.

Implementation

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