OrderReturnService
Class: No description found
OrderReturnService 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: Updates an existing shipping rate object.
ShippingRateService::update Read More »
Method: Returns a list of all refunds you’ve previously created. The refunds are returned in sorted order, with the most recent refunds appearing first. For convenience, the 10 most recent refunds are always available by default on the charge object.
RefundService::all Read More »
Method: Retrieves the details of an existing refund.
RefundService::retrieve Read More »
Method: Updates the specified refund by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
RefundService::update Read More »
Method: When retrieving a quote, there is an includable computed.upfront.line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of upfront line items.
QuoteService::allComputedUpfrontLineItems Read More »
Method: When retrieving a quote, there is an includable line_items property containing the first handful of those items. There is also a URL where you can retrieve the full (paginated) list of line items.
QuoteService::allLineItems Read More »
Method: A quote models prices and services for a customer. Default options for header, description, footer, and expires_at can be set in the dashboard via the quote template.
QuoteService::create Read More »
Method: Creates a new shipping rate object.
ShippingRateService::create Read More »
Method: Retrieves the quote with the given ID.
QuoteService::retrieve Read More »
Method: Returns the shipping rate object with the given ID.
ShippingRateService::retrieve Read More »