View Source ExOAPI.Stripe.SDK.OrderReturns (exoapi_stripe v0.1.4)
Link to this section Summary
Functions
description: <p>Returns a list of your order returns. The returns are returned sorted by creation date, with the most recently created return appearing first.</p>
description: <p>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.</p>
Link to this section Types
@type get_order_returns_id_opts() :: {:expand, String.t()}
Link to this section Functions
@spec get_order_returns(client :: ExOAPI.Client.t(), [get_order_returns_opts()]) :: {:ok, ExOAPI.Stripe.Schemas.Error.t() | %{ url: String.t(), object: String.t() | :list, has_more: boolean(), data: [ExOAPI.Stripe.Schemas.OrderReturn.t()] } | map()} | {:error, any()}
description: <p>Returns a list of your order returns. The returns are returned sorted by creation date, with the most recently created return appearing first.</p>
@spec get_order_returns_id( client :: ExOAPI.Client.t(), id :: String.t(), [get_order_returns_id_opts()] ) :: {:ok, ExOAPI.Stripe.Schemas.Error.t() | ExOAPI.Stripe.Schemas.OrderReturn.t() | map()} | {:error, any()}
description: <p>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.</p>