SubscriptionState type

Defines values for SubscriptionState.

type SubscriptionState =
  | "Enabled"
  | "Warned"
  | "PastDue"
  | "Disabled"
  | "Deleted"