unknownDefaultOpenApi constant

  1. @BuiltValueEnumConst.new(wireName: r'unknown_default_open_api', fallback: true)
TokenMandateAmountRuleEnum const unknownDefaultOpenApi

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'unknown_default_open_api', fallback: true)
static const TokenMandateAmountRuleEnum unknownDefaultOpenApi = _$tokenMandateAmountRuleEnum_unknownDefaultOpenApi;