class Quickbooks::Model::Customer
Constants
- REST_RESOURCE
- XML_COLLECTION_NODE
- XML_NODE
Public Instance Methods
Source
# File lib/quickbooks/model/customer.rb, line 72 def bill_with_parent? bill_with_parent.to_s == 'true' end
Source
# File lib/quickbooks/model/customer.rb, line 76 def taxable? taxable.to_s == 'true' end