branchCode property

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

The branch code of the branch under which the bank account is registered. The value to be specified in this parameter depends on the country of the bank account: * United States - Routing number * United Kingdom - Sort code * Germany - Bankleitzahl >Refer to Required information for details on field requirements.

Implementation

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