PriceService
Class: No description found
Source Files: includes/lib/stripe-php/lib/Service/PriceService.php
Class: No description found
Method: Returns a list of your prices.
Method: Creates a new price for an existing product. The price can be recurring or one-time.
PriceService::create Read More »
Method: Retrieves the price with the given ID.
PriceService::retrieve Read More »
Method: Updates the specified price by setting the values of the parameters passed. Any parameters not provided are left unchanged.
PriceService::update Read More »