Compartir a través de


SubscriptionState Enumeración

Definición

Define los valores de 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
Herencia
SubscriptionState
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

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

Se aplica a