Class: Quickeebooks::Windows::Model::Payment

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

Constant Summary collapse

XML_COLLECTION_NODE =
'Payments'
XML_NODE =
"Payment"
REST_RESOURCE =
"payment"

Instance Method Summary collapse

Constructor Details

#initializePayment

Returns a new instance of Payment.



26
27
28
# File 'lib/quickeebooks/windows/model/payment.rb', line 26

def initialize
  ensure_line_items_initialization
end