Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.6 KB

File metadata and controls

22 lines (16 loc) · 1.6 KB

AbaPaymentInfo

Properties

Name Type Description Notes
accountHolderGivenName string The given name (first name) of the account holder [default to undefined]
accountHolderCity string The city where the account holder resides [default to undefined]
accountHolderCountry string The country where the account holder resides (ISO 3166-1 alpha-2 code) [default to undefined]
accountHolderAddress1 string The primary address line of the account holder [default to undefined]
accountHolderPostalCode string The postal code of the account holder's address [default to undefined]
abaRoutingNumber string The ABA routing number for the bank [default to undefined]
abaAccountNumber string The account number at the bank [default to undefined]
abaCountry string The country for the ABA transfer (ISO 3166-1 alpha-2 code) [default to undefined]
accountHolderSurname string The surname (last name) of the account holder [optional] [default to undefined]
accountHolderAddress2 string The secondary address line of the account holder (optional) [optional] [default to undefined]
accountHolderDistrict string The district or region where the account holder resides [optional] [default to undefined]

[Back to top] [Back to API list] [Back to Model list] [Back to README]