Skip to main content
Skip to main content

FilterableTaxRateRuleProps

The filters to apply on the retrieved tax rate rules.

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.
referencestring | string[] | OperatorMap<string>
Filter the tax rate rule by what it references.
reference_idstring | string[] | OperatorMap<string>
Filter the tax rate rule by the ID of the record it references.
tax_rate_idstring | string[] | OperatorMap<string>
Filter the tax rate rule by the ID of their associated tax rate.
Filter the tax rate rule by their associated tax rate.
metadataRecord<string, unknown> | OperatorMap<Record<string, unknown>> | Record<string, unknown>[]
Filter the tax rate rule by what its metadata.
created_atOperatorMap<string>
Filter the tax rate rule by its creation date.
updated_atOperatorMap<string>
Filter the tax rate rule by its update date.
created_bystring | string[] | OperatorMap<string>
Filter the tax rate rule by who created it.
Was this section helpful?