Skip to main content

tax_line

Information about a tax line of a checkout or order.

Properties

The tax amount in the currency's subunit.

The value is output in the customer's local (presentment) currency.

For currencies without subunits, such as JPY and KRW, tenths and hundredths of a unit are appended. For example, 1000 Japanese yen is output as 100000.

Tip

Use money filters to output a formatted price.

The decimal value of the tax rate.

Anchor to
rate_percentage

The decimal value of the tax rate, as a percentage.

The title of the tax.

{
"price": 1901,
"rate": 0.05,
"rate_percentage": 5,
"title": "GST"
}
Was this section helpful?