Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 871 Bytes

File metadata and controls

30 lines (23 loc) · 871 Bytes

AccountFieldKeyValuePair

Properties

Name Type Description Notes
key KeyEnum Depending on the Key, the field's value will be stored in a different field in PayeeBankAccountData [optional]
value String The value of the field [optional]

Enum: KeyEnum

Name Value
IBAN "Iban"
ACCOUNTNUMBER "AccountNumber"
ROUTINGNUMBER "RoutingNumber"
BSB "BSB"
BRANCHCODE "BranchCode"
BANKCODE "BankCode"
INSTITUTIONNUMBER "InstitutionNumber"
TRANSITNUMBER "TransitNumber"
CLEARINGCODE "ClearingCode"
IFSCCODE "IfscCode"
CLABE "Clabe"
SORTCODE "SortCode"
SWIFT "Swift"