SkuService
Class: No description found
Source Files: includes/lib/stripe-php/lib/Service/SkuService.php
Class: No description found
Method: Returns a list of your SKUs. The SKUs are returned sorted by creation date, with the most recently created SKUs appearing first.
Method: Creates a new SKU associated with a product.
Method: Delete a SKU. Deleting a SKU is only possible until it has been used in an order.
Method: Retrieves the details of an existing SKU. Supply the unique SKU identifier from either a SKU creation request or from the product, and Stripe will return the corresponding SKU information.
Method: Updates the specific SKU by setting the values of the parameters passed. Any parameters not provided will be left unchanged.