totalAmount property

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

The total amount and the operation. Supported operations: equals, notEquals, greaterThanOrEqualTo, greaterThan, lessThanOrEqualTo, lessThan.

Implementation

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