minimumAmountToDeliver property

  1. @BuiltValueField.new(wireName: r'MinimumAmountToDeliver')
num? get minimumAmountToDeliver

Minimum amount the Sale System is allowed to deliver for this payment. For the OneTimeReservation, when the maximum amount is unknown, the Sale System indicates the minimum amount it allows.

Implementation

@BuiltValueField(wireName: r'MinimumAmountToDeliver')
num? get minimumAmountToDeliver;