Class: Quickbooks::Model::PurchaseOrder

Inherits:
BaseModel
  • Object
show all
Includes:
GlobalTaxCalculation
Defined in:
lib/quickbooks/model/purchase_order.rb

Constant Summary collapse

REST_RESOURCE =

Constants

'purchaseorder'
XML_COLLECTION_NODE =
"PurchaseOrder"
XML_NODE =
"PurchaseOrder"

Constants included from GlobalTaxCalculation

GlobalTaxCalculation::GLOBAL_TAX_CALCULATION, GlobalTaxCalculation::NOT_APPLICABLE, GlobalTaxCalculation::TAX_EXCLUDED, GlobalTaxCalculation::TAX_INCLUDED

Method Summary

Methods inherited from BaseModel

attribute_names, #attributes, attrs_with_types, #ensure_line_items_initialization, #initialize, inspect, #inspect, reference_setters, resource_for_collection, resource_for_singular, to_xml_big_decimal, #to_xml_inject_ns, #to_xml_ns

Methods included from Validator

#line_item_size

Constructor Details

This class inherits a constructor from Quickbooks::Model::BaseModel