Type Alias: BankAccount
BankAccount = object
Properties
authorizedBalance
authorizedBalance: number
The authorized balance of the bank account is a number that represents the authorized balance in the currency of the bank account.
authorizedBalanceCents
authorizedBalanceCents: number
The authorized balance in cents of the bank account is a number that represents the authorized balance in cents.
balance
balance: number
The balance of the bank account is a number that represents the balance of the bank account in the currency of the bank account.
balanceCents
balanceCents: number
The balance in cents of the bank account is a number that represents the balance of the bank account in cents.
bic
bic: string
The BIC of the bank account is the Bank Identifier Code, which can be used to identify a specific bank when making or receiving international payments.
currency
currency: string
The currency of the bank account is a string that represents the currency of the bank account.
iban
iban: string
The IBAN of the bank account is the International Bank Account Number, which can be used to identify the bank account when making or receiving international payments.
main
main: boolean
Whether the bank account is the main bank account of the organization.
name
name: string
The user-friendly name of the bank account.
slug
slug: string
The slug of the bank account is a string that uniquely identifies the bank account.
status
status: typeofThe status of the bank account. Ex: ‘active’, ‘waiting_for_funds’, ‘closed’, ‘pending’.ACCOUNT_STATUS
[keyof typeofACCOUNT_STATUS
]
updatedAt
updatedAt: Date
The date and time the bank account was last updated.