RefundLineBulkDelete
Result of refund lines delete mutation.
type RefundLineBulkDelete {
count: Int!
refundErrors: [RefundError!]!
}
Fields
RefundLineBulkDelete.count ● Int! non-null scalar
Number of refund lines deleted.
RefundLineBulkDelete.refundErrors ● [RefundError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
refundLinesDelete mutation