Describes a subscription plan. For more information, see Set Up and Manage a Subscription Plan.
CatalogSubscriptionPlan
Name | Type | Tags | Description |
---|---|---|---|
name |
string |
Required | The name of the plan. |
phases |
SubscriptionPhase[] |
Required | A list of SubscriptionPhase containing the SubscriptionPhase for this plan. |
{
"name": "name0",
"phases": [
{
"uid": null,
"cadence": "EVERY_FOUR_MONTHS",
"periods": null,
"recurring_price_money": null,
"ordinal": null
},
{
"uid": null,
"cadence": "QUARTERLY",
"periods": null,
"recurring_price_money": null,
"ordinal": null
}
]
}