Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 2.26 KB

BankAccount.md

File metadata and controls

28 lines (25 loc) · 2.26 KB

# BankAccount

Properties

Name Type Description Notes
id string The unique identifier for the item [optional]
displayedAs string The name of the resource [optional]
path string The API path for the resource [optional]
createdAt \DateTime The datetime when the item was created [optional]
updatedAt \DateTime The datetime when the item was last updated [optional]
deletedAt \DateTime The datetime when the item was deleted [optional]
bankAccountDetails \SynergiTech\Sage\Model\BankAccountDetails [optional]
ledgerAccount \SynergiTech\Sage\Model\Base [optional]
bankAccountType \SynergiTech\Sage\Model\Base [optional]
balance float The bank account balance [optional]
mainAddress \SynergiTech\Sage\Model\Address [optional]
mainContactPerson \SynergiTech\Sage\Model\BankAccountContact [optional]
nominalCode int The nominal code of the bank account [optional]
editable bool Indicates whether or not the bank account can be edited [optional]
deletable bool Indicates whether or not the bank account can be deleted [optional]
journalCode \SynergiTech\Sage\Model\JournalCode [optional]
defaultPaymentMethod \SynergiTech\Sage\Model\Base [optional]
gifiCode int The GIFI code of the bank ledger account' GIFI is short for The General Index of Financial Information and it lets the CRA validate tax information electronically instead of manually. Information from financial statements is categorized under the appropriate 4-digit-long GIFI code and entered on corporate income tax returns. GIFI is needed when filing a T2 income tax return. Canada only [optional]
isActive bool Indicates whether the Bank account is active or inactive. [optional]
currency \SynergiTech\Sage\Model\Base [optional]

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