- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
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.
q
stringOptionalFind tax regions based on currency and province codes through this search term.
id
string | string[]OptionalThe IDs to filter the tax regions by.
Filter the tax regions by their country code.
Filter the tax regions by their province code.
Filter the tax regions by the ID of their parent tax region.
metadata
Record<string, unknown> | OperatorMap<Record<string, unknown>> | Record<string, unknown>[]OptionalFilter the tax regions by their metadata.
metadata
Record<string, unknown> | OperatorMap<Record<string, unknown>> | Record<string, unknown>[]OptionalFilter the tax regions by their creation date.
Filter the tax regions by their update date.
Filter the tax regions by who created it.
Was this page helpful?