status property

  1. @BuiltValueField.new(wireName: r'status')
TransactionRuleInfoStatusEnum? get status

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

@BuiltValueField(wireName: r'status')
TransactionRuleInfoStatusEnum? get status;