RefundCreate
Result of refund create mutation.
type RefundCreate {
refund: Refund
refundErrors: [RefundError!]!
}
Fields
RefundCreate.refund ● Refund object
The created refund.
RefundCreate.refundErrors ● [RefundError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
refundCreate mutation