accountLastDigits property

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

The last digits of the account number. If the accountNumber is tokenized, this field contains the last digits of the non-tokenized account number. This helps users verify the account without seeing the full number.

Implementation

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