updatePlan( )


Updates a pricing plan.

The updatePlan() function returns a Promise that resolves to an updated plan.

Updating a plan does not impact existing purchases made for the plan. All purchases keep the details of the original plan that was active at the time of purchase.

Only users with "Manage Pricing Plans" permissions can update plans.

Method Declaration
Copy
Method Parameters
planInfoUpdatePlanInfoRequired

The information for the plan being updated.

Returns
Return Type:Promise<Plan>
Was this helpful?
Yes
No