status property

PlanStatus status
final

The plan status. The possible values are:

  • CREATED. The plan was created. You cannot create subscriptions for a plan in this state.
  • INACTIVE. The plan is inactive.
  • ACTIVE. The plan is active. You can only create subscriptions for a plan in this state.

Implementation

final PlanStatus status;