Class: Quickeebooks::Online::Model::SalesTerm

Inherits:
IntuitType
  • Object
show all
Includes:
ActiveModel::Validations, OnlineEntityModel
Defined in:
lib/quickeebooks/online/model/sales_term.rb

Constant Summary collapse

XML_NODE =
"SalesTerm"
REST_RESOURCE =
"sales-term"

Instance Method Summary collapse

Methods included from OnlineEntityModel

included

Methods inherited from IntuitType

resource_for_collection, resource_for_singular

Methods included from Logging

#log

Instance Method Details

#to_xml_ns(options = {}) ⇒ Object



28
29
30
# File 'lib/quickeebooks/online/model/sales_term.rb', line 28

def to_xml_ns(options = {})
  to_xml_inject_ns('SalesTerm', options)
end