newBranchCode property

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

The corrected bank routing number provided by the receiving bank. This field is specific to ACH Direct Debit transactions.

Implementation

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