PlanService
Class: No description found
Method: Creates a usage record for a specified subscription item and date, and fills it with a quantity.
SubscriptionItemService::createUsageRecord Read More »
Method: You can now model subscriptions more flexibly using the Prices API. It replaces the Plans API and is backwards compatible to simplify your migration.
PlanService::create Read More »
Method: Deletes an item from the subscription. Removing a subscription item from a subscription will not cancel the subscription.
SubscriptionItemService::delete Read More »
Method: Deleting plans means new subscribers can’t be added. Existing subscribers aren’t affected.
PlanService::delete Read More »
Method: Updates the metadata of a coupon. Other coupon details (currency, duration, amount_off) are, by design, not editable.
CouponService::update Read More »
Method: Returns a list of your products. The products are returned sorted by creation date, with the most recently created products appearing first.
ProductService::all Read More »
Method: Delete a product. Deleting a product is only possible if it has no prices associated with it. Additionally, deleting a product with type=good is only possible if it has no SKUs associated with it.
ProductService::delete Read More »
Method: Retrieves the details of an existing product. Supply the unique product ID from either a product creation request or the product list, and Stripe will return the corresponding product information.
ProductService::retrieve Read More »
Method: Updates the specific product by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
ProductService::update Read More »
Method: Returns a list of your order returns. The returns are returned sorted by creation date, with the most recently created return appearing first.
OrderReturnService::all Read More »
Method: Retrieves the details of an existing order return. Supply the unique order ID from either an order return creation request or the order return list, and Stripe will return the corresponding order information.
OrderReturnService::retrieve Read More »
Method: Returns a list of your subscription items for a given subscription.
SubscriptionItemService::all Read More »