Skip to main content
Skip to main content

FilterableTaxRegionProps

The filters to apply on the retrieved tax regions.

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 regions by.
country_codestring | string[] | OperatorMap<string>
Filter the tax regions by their country code.
province_codestring | string[] | OperatorMap<string>
Filter the tax regions by their province code.
parent_idstring | string[] | OperatorMap<string>
Filter the tax regions by the ID of their parent tax region.
metadataRecord<string, unknown> | OperatorMap<Record<string, unknown>> | Record<string, unknown>[]
Filter the tax regions by their metadata.
created_atOperatorMap<string>
Filter the tax regions by their creation date.
updated_atOperatorMap<string>
Filter the tax regions by their update date.
created_bystring | string[] | OperatorMap<string>
Filter the tax regions by who created it.
Was this section helpful?