RefundBulkDelete
Deletes all specified refunds. The refunds must be in the REQUESTED state to be able to be deleted
type RefundBulkDelete {
count: Int!
refundErrors: [RefundError!]!
}
Fields
RefundBulkDelete.count ● Int! non-null scalar
Returns how many objects were affected.
RefundBulkDelete.refundErrors ● [RefundError!]! non-null object
Returned By
refundsDelete mutation