The total amount of the line item given as a string representation
float with decimal places representing the lowest denominations of the currency.
This follows the W3 Payment Request API standard - https://www.w3.org/TR/payment-request/#dfn-valid-decimal-monetary-value
For example, a total of "10" is represented as "10.00"
or "10"
for currencies with fractional denominations (such as USD),
while the total is represented as "10"
in currencies without fractional denominations, such as JPY.
This is typically the cost of an item or service, or additional charge
(e.g., taxes, shipping). Use "0"
to indicate free or no cost ("0.00"
is also valid for currencies with fractional denominations, such as USD), and
negative values to indicate discounts, etc.
If the line item is a payment total
, this is the total charge of the
payment and should equal the sum of the line items.