status property
The plan status. Allowed input values are CREATED and ACTIVE. The possible values are:
- CREATED. The plan was created. You cannot create subscriptions for a plan in this state.
- ACTIVE. The plan is active. You can only create subscriptions for a plan in this state.
Implementation
final PlanStatus? status;