SubscriptionState type

The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.

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