RefundUpdate
Result of refund update mutation.
type RefundUpdate {
refund: Refund
refundErrors: [RefundError!]!
}
Fields
RefundUpdate.refund ● Refund object
The updated refund.
RefundUpdate.refundErrors ● [RefundError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
refundUpdate mutation