FutureProg types

Bank

type ·

accounts → BankAccount Collection
A collection of all the bank accounts

accounttypes → BankAccountType Collection
A collection of all the bank account types

branches → Location Collection
A collection of the locations that this bank uses as branches

code → Text
The code the bank uses in transfers

currency → Currency
The currency in which the bank operates

id → Number
The ID of the bank

name → Text
The name of the bank

← Back to FutureProg types