class Quickbooks::Model::Customer
Constants
- REST_RESOURCE
- XML_COLLECTION_NODE
- XML_NODE
Public Instance Methods
bill_with_parent?()
click to toggle source
# File lib/quickbooks/model/customer.rb, line 72 def bill_with_parent? bill_with_parent.to_s == 'true' end
job?()
click to toggle source
# File lib/quickbooks/model/customer.rb, line 68 def job? job.to_s == 'true' end
taxable?()
click to toggle source
# File lib/quickbooks/model/customer.rb, line 76 def taxable? taxable.to_s == 'true' end