RefundPaymentsDelete
Deletes specified refund payments. The refund must be in the PROCESSING state.
type RefundPaymentsDelete {
count: Int!
refundErrors: [RefundError!]!
}
Fields
RefundPaymentsDelete.count ● Int! non-null scalar
Returns how many objects were affected.
RefundPaymentsDelete.refundErrors ● [RefundError!]! non-null object
Returned By
refundPaymentsDelete mutation