ShippingMethodTaxLine - Cart Module Data Models Reference

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

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