Skip to main content
Skip to main content

FilterableLineItemTaxLineProps

The filters to apply on the retrieved line item tax lines.

idstring | string[]
The IDs to filter the line item tax lines by.
descriptionstring
Filter the line item tax lines by their description.
codestring | string[]
Filter the line item tax lines by their code.
tax_rate_idstring | string[]
Filter the line item tax lines by the ID of their associated tax rate.
provider_idstring | string[]
Filter the line item tax lines by the ID of their associated provider.
item_idstring | string[]
Filter 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 section helpful?