InvoiceItemService
Class: No description found
InvoiceItemService Read More »
Method: Returns a list of your invoice items. Invoice items are returned sorted by creation date, with the most recently created invoice items appearing first.
InvoiceItemService::all Read More »
Method: Creates an item to be added to a draft invoice (up to 250 items per invoice). If no invoice is specified, the item will be on the next invoice created for the customer specified.
InvoiceItemService::create 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 »
Method: For the specified subscription item, returns a list of summary objects. Each object in the list provides usage information that’s been summarized from multiple usage records and over a subscription billing period (e.g., 15 usage records in the month of September).
SubscriptionItemService::allUsageRecordSummaries Read More »
Method: You can create coupons easily via the coupon management page of the Stripe dashboard. Coupon creation is also accessible via the API if you need to create coupons on the fly.
CouponService::create Read More »
Method: Adds a new item to an existing subscription. No existing items will be changed or replaced.
SubscriptionItemService::create Read More »
Method: You can delete coupons via the coupon management page of the Stripe dashboard. However, deleting a coupon does not affect any customers who have already applied the coupon; it means that new customers can’t redeem the coupon. You can also delete coupons via the API.
CouponService::delete Read More »
Method: Retrieves the coupon with the given ID.
CouponService::retrieve 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 »