Skip to main content

AccountingAccountFiltersInput

Filters for listing accounting accounts.

input AccountingAccountFiltersInput {
accountClass: AccountingAccountClassEnum
externalIds: [ID!]
keyword: String
}

Fields

AccountingAccountFiltersInput.accountClass ● AccountingAccountClassEnum enum accounting

Filter to a single provider classification (e.g. REVENUE for income accounts).

AccountingAccountFiltersInput.externalIds ● [ID!] list scalar common

Filter to specific provider account ids. Useful for resolving a stored selection to its label.

AccountingAccountFiltersInput.keyword ● String scalar common

Case-insensitive search across account name, long name, and number.

Member Of

accountingAccounts query