OrderGrantRefundUpdateInput
No description
input OrderGrantRefundUpdateInput {
amount: Decimal
reason: String
}
Fields
OrderGrantRefundUpdateInput.amount ● Decimal scalar
Amount of the granted refund.
OrderGrantRefundUpdateInput.reason ● String scalar
Reason of the granted refund.
Member of
orderGrantRefundUpdate mutation
Was this page helpful?