Class: Quickeebooks::Windows::Model::Invoice

Inherits:
IntuitType
  • Object
show all
Includes:
ActiveModel::Validations
Defined in:
lib/quickeebooks/windows/model/invoice.rb

Constant Summary collapse

XML_COLLECTION_NODE =
'Invoices'
XML_NODE =
'Invoice'
REST_RESOURCE =
"invoice"

Instance Method Summary collapse

Methods included from Logging

#log

Constructor Details

#initializeInvoice

Returns a new instance of Invoice.



35
36
37
# File 'lib/quickeebooks/windows/model/invoice.rb', line 35

def initialize
  ensure_line_items_initialization
end