Object: bank-account
The bank account object can be found as a property on the following objects:
- shop object (see
.bank_accounts
)
Variables
.id
Bank account internal unique ID. Can be used to generate unique element IDs.
TYPE
int
CONSTRAINTS
>= 1
PRESENCE
always
Examples
CODEaccount.id
OUTPUT123
.name
Account name. This is usually the company name or the account holder name.
TYPE
string
CONSTRAINTS
max 32 characters
PRESENCE
always, but could be blank
Examples
CODEaccount.name
OUTPUTAcme Corporation Pty.
.bank
Account bank details.
Examples
CODEaccount.bank.name
OUTPUTHSBC
.type
Account type. This could be Cheque, Savings etc.
TYPE
string
CONSTRAINTS
max 32 characters
PRESENCE
always, but could be blank
Examples
CODEaccount.type
OUTPUTCheque
.number
Account number. Depending on the country, this could be an IBAN or country-specific identifier.
TYPE
string
CONSTRAINTS
max 32 characters
PRESENCE
always
Examples
CODEaccount.number
OUTPUT5037774888