inactive constant

  1. @BuiltValueEnumConst.new(wireName: r'inactive')
TransactionRuleInfoStatusEnum const inactive

The status of the transaction rule. If you provide a startDate in the request, the rule is automatically created with an active status. Possible values: active, inactive.

Implementation

@BuiltValueEnumConst(wireName: r'inactive')
static const TransactionRuleInfoStatusEnum inactive = _$transactionRuleInfoStatusEnum_inactive;