Skip to Content

OrderTaxLine

The order_tax_line object describes a tax line applied to an order.

Usage Example

{%- comment -%} List all tax lines for an order {%- endcomment -%} <ul> {% for tax in order.tax_lines %} <li>{{ tax.title }}: {{ tax.amount }}</li> {% endfor %} </ul>

Properties

price

Returns the price.

rate

Returns the tax rate in decimals.

rate_percentage

Returns the tax rate.