maxAmount property

  1. @BuiltValueField.new(wireName: r'maxAmount')
BuiltList<MinorUnitsMonetaryValue>? get maxAmount

The maximum amount that the terminal accepts for a single store-and-forward payment.

Implementation

@BuiltValueField(wireName: r'maxAmount')
BuiltList<MinorUnitsMonetaryValue>? get maxAmount;