RefundPaymentsAdd
Add manual payments to a refund
type RefundPaymentsAdd {
refund: Refund
refundErrors: [RefundError!]!
}
Fields
RefundPaymentsAdd.refund ● Refund object
Updated refund
RefundPaymentsAdd.refundErrors ● [RefundError!]! non-null object
Returned By
refundPaymentsAdd mutation