maxAmount property

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

The maximum surcharge amount per transaction, in minor units.

Implementation

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