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