1
0
Files
PayPal-PHP-Server-SDK/doc/models/plan-request-status.md
2025-11-06 20:07:39 +00:00

18 lines
418 B
Markdown

# Plan Request Status
The initial state of the plan. Allowed input values are CREATED and ACTIVE.
## Enumeration
`PlanRequestStatus`
## Fields
| Name | Description |
| --- | --- |
| `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. |