- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
FilterableOrderLineItemTaxLineProps
The filters to apply on the retrieved line item tax lines.
$and
(FilterableOrderLineItemTaxLineProps | BaseFilterable<FilterableOrderLineItemTaxLineProps>)[]OptionalAn array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
$and
(FilterableOrderLineItemTaxLineProps | BaseFilterable<FilterableOrderLineItemTaxLineProps>)[]OptionalAn array of filters to apply on the entity, where each item in the array is joined with an "or" condition.
id
string | string[]OptionalThe IDs to filter the line item tax lines by.
description
stringOptionalFilter line item tax lines by their description.
code
string | string[]OptionalFilter line item tax lines by their code.
tax_rate_id
string | string[]OptionalFilter the tax lines by their associated tax rate's ID.
provider_id
string | string[]OptionalFilter the tax lines by their associated provider's ID.
item_id
string | string[]OptionalFilter the tax lines by their associated item's ID.
The filters to apply on the associated line items.
Was this page helpful?