Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.5 KB

File metadata and controls

31 lines (24 loc) · 1.5 KB

BankAccountDetailsUpdateRequest

Properties

Name Type Description Notes
bankAddress String Address of the bank account [optional]
accountHolderAddress String Address of the payee [optional]
vatNumber String Account Holders Vat Number [optional]
storeIds List<Integer> List of stores to attach to Account [optional]
bankName String Name of Bank [optional]
accountName String Name of this account [optional]
iban String IBAN of this account [optional]
swift String SWIFT of this bank account [optional]
nationalClearingCode String National Clearing Code (BSB in Australia, Routing Number in USA/Canada, NCC in NZ) [optional]
populatedAccountFields List<AccountFieldKeyValuePair> A list of one or more populated account fields (field key-value pairs). If this list contains at least one item, the Iban, Swift and NationalClearingCode fields will be ignored. [optional]
rejectionReason String Reason for Rejection [optional]
businessType BusinessTypeEnum Business Type [optional]

Enum: BusinessTypeEnum

Name Value
INDIVIDUAL "Individual"
COMPANY "Company"
NONPROFIT "NonProfit"
GOVERNMENTENTITY "GovernmentEntity"