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.
id
string | string[]The IDs to filter the tax rates by.
tax_region_id
string | string[]Filter the tax rates by their associated tax regions.
rate
number | number[] | OperatorMap<number>Filter the tax rates by their rate.
code
string | string[] | OperatorMap<string>Filter the tax rates by their code.
name
string | string[] | OperatorMap<string>Filter the tax rates by their name.
created_at
OperatorMap<string>Filter the tax rates by their creation date.
created_at
OperatorMap<string>updated_at
OperatorMap<string>Filter the tax rates by their update date.
updated_at
OperatorMap<string>created_by
string | string[] | OperatorMap<string>Filter the tax rates by who created it.
Was this section helpful?