Accounts Data Models

Account is used by companies to track transactions. It can be bank account or general ledger account.

Model IDEvent KeyDescription
accounting_accounts_infoinfo

Accounts Info

Model ID: accounting_accounts_info

FieldTypeDescription
idString
nameString
categoryEnum[BANK_ACCOUNT, LEDGER_ACCOUNT]
typeEnum[ASSET, EQUITY, EXPENSE, LIBALITY, REVENUE]
descriptionString
accountNumberString
statusEnum[ACTIVE, INACTIVE, PENDING, NOT_SPECIFIED]
currentBalancedouble
companyString
currencyEnumOne of among Currency Codes (ISO 4217) like-
INR,
USD,
EUR
parentAccountIdString
createdAtDate
updatedAtDate