exact constant

  1. @BuiltValueEnumConst.new(wireName: r'exact')
MandateAmountRuleEnum const exact

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

@BuiltValueEnumConst(wireName: r'exact')
static const MandateAmountRuleEnum exact = _$mandateAmountRuleEnum_exact;