class Quickbooks::Model::Line

def remove_linked_transactions(txn_type)

def remove_linked_transactions(txn_type)
  self.linked_transactions.delete_if { |lt| lt.txn_type == txn_type }
end