Browse: Home / Classes /

PriceService

PriceService

Description #


Source #

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



Methods #

  • all — Returns a list of your prices.
  • create — Creates a new price for an existing product. The price can be recurring or one-time.
  • retrieve — Retrieves the price with the given ID.
  • update — Updates the specified price by setting the values of the parameters passed. Any parameters not provided are left unchanged.