Skip to main content

RefundRow

Represent a row of a refund. This is connected to an order row.

type RefundRow {
id: Int!
orderRowId: Int!
}

Fields

id ● Int!

Id of the refund row

orderRowId ● Int!

Id of the connected order row

Example

{
"id": 8723,
"orderRowId": 8723
}