totalTaxAmount property

  1. @BuiltValueField.new(wireName: r'totalTaxAmount')
int? get totalTaxAmount

The amount of state or provincial tax included in the total transaction amount, in minor units. * For example, 2000 means USD 20.00. * Encoding: Numeric * Max value: 10000000000 * For L2 data: must not be all zeroes. * For L3 data: can be zero.

Implementation

@BuiltValueField(wireName: r'totalTaxAmount')
int? get totalTaxAmount;