OrderGrantRefundUpdateLineAddInput
No description
input OrderGrantRefundUpdateLineAddInput {
id: ID!
quantity: Int!
reason: String
}
Fields
OrderGrantRefundUpdateLineAddInput.id
● ID!
non-null scalar miscellaneous
The ID of the order line.
OrderGrantRefundUpdateLineAddInput.quantity
● Int!
non-null scalar miscellaneous
The quantity of line items to be marked to refund.
OrderGrantRefundUpdateLineAddInput.reason
● String
scalar miscellaneous
Reason of the granted refund for the line.