forked from LiveCarta/PayPal-PHP-Server-SDK
* Automated commit message * Automated commit message * add changelog --------- Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
18 lines
369 B
Markdown
18 lines
369 B
Markdown
|
|
# Subscription Plan Status
|
|
|
|
The plan status.
|
|
|
|
## Enumeration
|
|
|
|
`SubscriptionPlanStatus`
|
|
|
|
## 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. |
|
|
|