Browse: Home / Classes /

SkuService

SkuService

Description #


Source #

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



Methods #

  • all — Returns a list of your SKUs. The SKUs are returned sorted by creation date, with the most recently created SKUs appearing first.
  • create — Creates a new SKU associated with a product.
  • delete — Delete a SKU. Deleting a SKU is only possible until it has been used in an order.
  • retrieve — 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.
  • update — Updates the specific SKU by setting the values of the parameters passed. Any parameters not provided will be left unchanged.