Sha256: eb973c62b002ab939c0c6d9452e8055597245164bb6c11c5697b2cbc97c83476

Contents?: true

Size: 490 Bytes

Versions: 4

Compression:

Stored size: 490 Bytes

Contents

module Harvesting
  module Models
    # A line item on an invoice from your Harvest account.
    #
    # For more information: https://help.getharvest.com/api-v2/invoices-api/invoices/invoices/
    class LineItem < HarvestRecord
      attributed :id,
                 :kind,
                 :description,
                 :quantity,
                 :unit_price,
                 :amount,
                 :taxed,
                 :taxed2

      modeled project: Project
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
harvesting-0.6.0 lib/harvesting/models/line_item.rb
harvesting-0.5.1 lib/harvesting/models/line_item.rb
harvesting-0.5.0 lib/harvesting/models/line_item.rb
harvesting-0.4.0 lib/harvesting/models/line_item.rb