LineItemTaxLine - Cart Module Data Models Reference

This documentation provides a reference to the LineItemTaxLine data model. It belongs to the Cart Module.

idPrimaryKeyModifier<IdProperty>
The ID of the line item tax line.
codeTextProperty
The code of the applied tax rate.
rateFloatProperty
The rate of the applied tax rate.
itemBelongsTo<LineItem>
The associated line item.
descriptionTextPropertyOptional
The description of the line item tax line
provider_idTextPropertyOptional
The ID of the provider used to calculate the tax line.
metadataJSONPropertyOptional
Holds custom data in key-value pairs.
tax_rate_idTextPropertyOptional
The ID of the applied tax rate.
Was this page helpful?