newBankLocationId property

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

The corrected bank location ID provided by the receiving bank. This field is specific to EFT PAD transactions.

Implementation

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