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.
TipUse money filters to output a formatted price.
{
"price": 1901,
"rate": 0.05,
"rate_percentage": 5,
"title": "GST"
}
{
"price": 1901,
"rate": 0.05,
"rate_percentage": 5,
"title": "GST"
}
Was this section helpful?