PlanService
Class: No description found
Class: No description found
Method: Returns a list of your plans.
Method: You can now model subscriptions more flexibly using the Prices API. It replaces the Plans API and is backwards compatible to simplify your migration.
PlanService::create Read More »
Method: Deleting plans means new subscribers can’t be added. Existing subscribers aren’t affected.
PlanService::delete Read More »
Method: Retrieves the plan with the given ID.
PlanService::retrieve Read More »
Method: Updates the specified plan by setting the values of the parameters passed. Any parameters not provided are left unchanged. By design, you cannot change a plan’s ID, amount, currency, or billing cycle.
PlanService::update Read More »