OrderService
Class: No description found
Class: No description found
Method: Returns a list of your orders. The orders are returned sorted by creation date, with the most recently created orders appearing first.
Method: Creates a new order object.
OrderService::create Read More »
Method: Pay an order by providing a source to create a payment.
Method: Retrieves the details of an existing order. Supply the unique order ID from either an order creation request or the order list, and Stripe will return the corresponding order information.
OrderService::retrieve Read More »
Method: Return all or part of an order. The order must have a status of paid or fulfilled before it can be returned. Once all items have been returned, the order will become canceled or returned depending on which status the order started in.
OrderService::returnOrder Read More »
Method: Updates the specific order by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
OrderService::update Read More »