realLastFour property

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

Four last digits of the bank account number. If the transfer instrument is created using instant bank account verification, and it is a virtual bank account, these digits may be different from the last four digits of the masked account number.

Implementation

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