- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
FilterableLineItemTaxLineProps
The filters to apply on the retrieved line item tax lines.
id
string | string[]OptionalThe IDs to filter the line item tax lines by.
description
stringOptionalFilter the line item tax lines by their description.
code
string | string[]OptionalFilter the line item tax lines by their code.
tax_rate_id
string | string[]OptionalFilter the line item tax lines by the ID of their associated tax rate.
provider_id
string | string[]OptionalFilter the line item tax lines by the ID of their associated provider.
item_id
string | string[]OptionalFilter the tax lines by the ID of their associated line item.
Filter the tax lines by their associated line item.
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.
Was this page helpful?