ChangeSubscriptionPlanDto
Represents a request to move a store onto a different plan.
plan_idstringRequired
The identifier of the plan to move the store onto.
renewal_periodenumRequired
Specifies how often a subscription renews.
Possible enum values
monthlyThe subscription renews every month.
annuallyThe subscription renews every year.
Example
{
"plan_id": "string",
"renewal_period": "monthly"
}