tax_line
The tax_line object.
Properties
| Property | Description |
|---|---|
tax_line.included_in_price | Currency amount for included in price, in the store currency’s minor unit unless the object reference states otherwise. |
tax_line.price | Price in the smallest currency unit (for example paise for INR). Format with money. |
tax_line.rate | Buyer-visible rate value for this tax line. |
tax_line.rate_percentage | Buyer-visible rate_percentage value for this tax line. |
tax_line.title | Display title. |
Property list is generated from the storefront engine (TaxLineDrop), so it always matches what your theme can use. Use {{ tax_line | json }} only as a curated debug snapshot; it can omit lazy or otherwise public properties.