maxAmount property

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

The maximum amount for MOTO transactions. You need to set the currency for this amount using the standalone.currencyCode parameter. Do not enable standalone, unless you are using a standalone solution.

Implementation

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