minAmount property

  1. @BuiltValueField.new(wireName: r'minAmount')
Amount? get minAmount

For a billing plan where the payment amounts are variable, the minimum amount to charge the shopper for each recurring payment. When a shopper approves the billing plan, they can also specify a maximum amount in their banking app.

Implementation

@BuiltValueField(wireName: r'minAmount')
Amount? get minAmount;