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