amountRule property

  1. @BuiltValueField.new(wireName: r'amountRule')
MandateAmountRuleEnum? get amountRule

The limitation rule of the billing amount. Possible values: * max: The transaction amount can not exceed the amount. * exact: The transaction amount should be the same as the amount.

Implementation

@BuiltValueField(wireName: r'amountRule')
MandateAmountRuleEnum? get amountRule;