Skip to main content
Skip to main content

FilterableTaxRateProps

The filters to apply on the retrieved tax rates.

An array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
An array of filters to apply on the entity, where each item in the array is joined with an "or" condition.
idstring | string[]
The IDs to filter the tax rates by.
tax_region_idstring | string[]
Filter the tax rates by their associated tax regions.
ratenumber | number[] | OperatorMap<number>
Filter the tax rates by their rate.
codestring | string[] | OperatorMap<string>
Filter the tax rates by their code.
namestring | string[] | OperatorMap<string>
Filter the tax rates by their name.
created_atOperatorMap<string>
Filter the tax rates by their creation date.
updated_atOperatorMap<string>
Filter the tax rates by their update date.
created_bystring | string[] | OperatorMap<string>
Filter the tax rates by who created it.
Was this section helpful?