共用方式為


SubscriptionState type

定義 SubscriptionState 的值。

type SubscriptionState =
  | "suspended"
  | "active"
  | "expired"
  | "submitted"
  | "rejected"
  | "cancelled"