maskedPan property

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

Masked Primary Account Number Part of the PAN is replaced by a string of * characters, to identify a customer account or relationship. Presence of this data element, which replace the PAN when SensitiveCardData is protected and replaced by ProtectedCardData. Alternatively the MaskedPAN can be used as a token to identify a customer.

Implementation

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