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.
id
string | string[]The IDs to filter the tax regions by.
country_code
string | string[] | OperatorMap<string>Filter the tax regions by their country code.
province_code
string | string[] | OperatorMap<string>Filter the tax regions by their province code.
parent_id
string | string[] | OperatorMap<string>Filter the tax regions by the ID of their parent tax region.
metadata
Record<string, unknown> | OperatorMap<Record<string, unknown>> | Record<string, unknown>[]Filter the tax regions by their metadata.
created_at
OperatorMap<string>Filter the tax regions by their creation date.
created_at
OperatorMap<string>updated_at
OperatorMap<string>Filter the tax regions by their update date.
updated_at
OperatorMap<string>created_by
string | string[] | OperatorMap<string>Filter the tax regions by who created it.
Was this section helpful?