class Falsify::TaxLine
Details a tax applied to a LineItem.
Attributes
price[RW]
The amount added to the order for this tax in the shop currency. @return [String]
rate[RW]
The tax rate applied to the order to calculate the tax price. @return [String]
title[RW]
The name of the tax. @return [String]