Browse: Home / Classes /

PlanService

PlanService

Description #


Source #

File: includes/lib/stripe-php/lib/Service/PlanService.php



Methods #

  • all — Returns a list of your plans.
  • create — You can now model subscriptions more flexibly using the Prices API. It replaces the Plans API and is backwards compatible to simplify your migration.
  • delete — Deleting plans means new subscribers can’t be added. Existing subscribers aren’t affected.
  • retrieve — Retrieves the plan with the given ID.
  • update — 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.