Share via


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

Active 1
Cancelled 5
Expired 2
Rejected 4
Submitted 3
Suspended 0

Applies to