objectorder_return
A return represents the full or partial return of a number of [order items](https://stripe.com/docs/api#order_items). Returns always belong to an order, and may optionally contain a refund. Related guide: [Handling Returns](https://stripe.com/docs/orders/guide#handling-returns).
- Source
openapi/spec3.json- Commit
d70de345383d- Active snapshot
da69df7e6e11
OrderReturn
objectA return represents the full or partial return of a number of [order items](https://stripe.com/docs/api#order_items). Returns always belong to an order, and may optionally contain a refund. Related guide: [Handling Returns](https://stripe.com/docs/orders/guide#handling-returns).
A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1, Japanese Yen being a zero-decimal currency) representing the total amount for the returned line item.
Time at which the object was created. Measured in seconds since the Unix epoch.
Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
Unique identifier for the object.
The items included in this order return.
Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
String representing the object's type. Objects of the same type share the same value.
The order that this return includes items from.
The ID of the refund issued for this return.