totalAmount property

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

The total amount for the line item, in minor units. * For example, 2000 means USD 20.00. * Encoding: Numeric * Max value: 10000000000 See Amount requirements for level 2/3 ESD to learn more about how to calculate the line item total.

Implementation

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