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