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.
reference
string | string[] | OperatorMap<string>Filter the tax rate rule by what it references.
reference_id
string | string[] | OperatorMap<string>Filter the tax rate rule by the ID of the record it references.
tax_rate_id
string | string[] | OperatorMap<string>Filter the tax rate rule by the ID of their associated tax rate.
tax_rate
FilterableTaxRatePropsFilter the tax rate rule by their associated tax rate.
tax_rate
FilterableTaxRatePropsmetadata
Record<string, unknown> | OperatorMap<Record<string, unknown>> | Record<string, unknown>[]Filter the tax rate rule by what its metadata.
created_at
OperatorMap<string>Filter the tax rate rule by its creation date.
created_at
OperatorMap<string>updated_at
OperatorMap<string>Filter the tax rate rule by its update date.
updated_at
OperatorMap<string>created_by
string | string[] | OperatorMap<string>Filter the tax rate rule by who created it.
Was this section helpful?