refundLinesDelete
Deletes all specified refund lines.
refundLinesDelete(
ids: [ID!]!
refundId: ID!
): RefundLineBulkDelete
Arguments
refundLinesDelete.ids ● [ID!]! non-null scalar
List of refund line IDs to delete.
refundLinesDelete.refundId ● ID! non-null scalar
Refund ID whose lines are to be deleted.
Type
RefundLineBulkDelete object
Deletes all specified refund lines.