Sha256: ec00461426e78eb7c49c4287a156a3b1499bf98cc93745c9917ff22762fc4294

Contents?: true

Size: 389 Bytes

Versions: 2

Compression:

Stored size: 389 Bytes

Contents

module Quickbooks
  module Model
    class SubTotalLineDetail < BaseModel
      xml_accessor :item_ref, :from => 'ItemRef', :as => Integer
      xml_accessor :class_ref, :from => 'ClassRef'
      xml_accessor :unit_price, :from => 'UnitPrice', :as => Float
      xml_accessor :quantity, :from => 'Qty', :as => Float
      xml_accessor :tax_code_ref, :from => 'TaxCodeRef'
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
quickbooks-ruby-0.0.2 lib/quickbooks/model/sub_total_line_detail.rb
quickbooks-ruby-0.0.1 lib/quickbooks/model/sub_total_line_detail.rb