Skip to content

Relationships

Schema relationships
graph LR
    Accounts -->|"parent_account"| Accounts
    Accounts -->|"company"| CompanyInfo

Properties

idstring
required·

The unique identifier for the account

namestring
required·

The name of the account

account_numberstring

Represents the bank account number if the account is of type bank account.

classificationstring

The classification of the account. If no clear mapping exists, then raw value is returned.

Possible values:
assetequityexpenseliabilityrevenuebank
companystring

The ID of the company the account belongs to

References: CompanyInfo → id
created_atstring · date-time

This represents the date when the accounts was created

currencystring

The currency of the account

current_balancenumber

The current balance of the account

descriptionstring

The description of the account

etagstring

The unique identifier for the specific version of the resource.

parent_accountstring

The ID of the parent account of the account

References: Accounts → id
remote_dataRecord<string, any>

Raw data returned from the remote API call.

statusstring

The status of the account. If no clear mapping exists, then raw value is returned.

Possible values:
activearchivedpending
typestring

The more specific classification of the account

Possible values:
fixed_assetlong_term_liabilityequityexpensebankcurrentcurrent_liabilityother_incomedirect_costsother_expensesincomeother_asset+ 29 more
updated_atstring · date-time

This represents the date when the accounts was updated