paymentAccountReference property

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

The Payment Account Reference (PAR) value links a network token with the underlying primary account number (PAN). The PAR value consists of 29 uppercase alphanumeric characters.

Implementation

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