Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 1.02 KB

File metadata and controls

16 lines (11 loc) · 1.02 KB

BankAddress

Properties

Name Type Description Notes
bank_name Option<String> Name of the bank. This property is required for bank accounts outside of the US that do not support IBAN' [optional]
city Option<String> City portion of the address. This property is required for bank accounts outside of the US. [optional]
country String Country portion of the address. Formatted as a two-letter country code specified in ISO 3166-1 alpha-2.
line1 Option<String> Line one of the street address. [optional]
line2 Option<String> Line two of the street address. [optional]
district Option<String> State / County / Province / Region portion of the address. US and Canada use the two-letter code for the subdivision. [optional]

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