SubscriptionState Enum

Definition

Defines values for SubscriptionState.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum SubscriptionState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type SubscriptionState = 
Public Enum SubscriptionState
Inheritance
SubscriptionState
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Deleted 4
Disabled 3
Enabled 0
PastDue 2
Warned 1

Applies to