itemTotal property

Money? itemTotal
final

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

Implementation

final Money? itemTotal;