Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.59 KB

File metadata and controls

22 lines (16 loc) · 1.59 KB

IbanPaymentInfo

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]
iban string The International Bank Account Number (IBAN) [default to undefined]
ibanCity string The city associated with the IBAN [default to undefined]
ibanCountry string The country associated with the IBAN (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]