class Quickbooks::Model::InvoiceLineItem

def discount_item?

def discount_item?
  detail_type.to_s == DISCOUNT_LINE_DETAIL
end