taxTotal property

Money? taxTotal
final

The total tax for all items. Required if the request includes purchase_units.items.tax. Must equal the sum of (items[].tax * items[].quantity) for all items. tax_total.value can not be a negative number.

Implementation

final Money? taxTotal;