Browse: Home / Classes /

OrderReturnService

OrderReturnService

Description #


Source #

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



Methods #

  • all — Returns a list of your order returns. The returns are returned sorted by creation date, with the most recently created return appearing first.
  • retrieve — 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.