Skip to main content

AccountingAccount

A read-only account from the connected accounting provider's chart of accounts (e.g. a QuickBooks account), used as a selectable option for default account settings.

type AccountingAccount {
accountClass: String
accountType: String
externalId: String!
id: ID!
longName: String
name: String!
number: String
status: String!
}

Fields

AccountingAccount.accountClass ● String scalar common

The provider classification (e.g. Asset, Revenue, Expense).

AccountingAccount.accountType ● String scalar common

The provider account type (e.g. Income, Expense, Other Current Asset).

AccountingAccount.externalId ● String! non-null scalar common

The connected provider's identifier for this account (e.g. the QuickBooks account id).

AccountingAccount.id ● ID! non-null scalar common

Unique identifier for the account projection.

AccountingAccount.longName ● String scalar common

The fully-qualified account name, including any parent path.

AccountingAccount.name ● String! non-null scalar common

The account name.

AccountingAccount.number ● String scalar common

The account number, if any.

AccountingAccount.status ● String! non-null scalar common

Account status: ACTIVE or INACTIVE.

Member Of

AccountingAccountConnection object ● AccountingAccountEdge object ● AccountingItem object ● AccountingItemExternal object