Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.84 KB

File metadata and controls

24 lines (21 loc) · 1.84 KB

Flipdish.Model.BankAccountSummary

Properties

Name Type Description Notes
Id int? Id of this account [optional]
StoreNames List<string> Store Names that are attached to this account [optional]
StoreIds List<int?> Store Ids that are attached to this account [optional]
AccountState string Status of Account [optional]
CurrencyCode string Currency of Account [optional]
VatNumber string Account Holders Vat Number [optional]
AccountHolderAddress string Account Holders Address [optional]
AccountHolderCountryCode string Account Holders Country Code [optional]
StripeConnectedAccountInfo StripeConnectedAccountInfo Information about the Stripe connected account associated with this bank account (if any) [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 string Business Type [optional]

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