maxAmount property

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

The total sum amount of one or more payments made using this permit may not exceed this amount if set.

Implementation

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