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 67
def bill_with_parent?
  bill_with_parent.to_s == 'true'
end
job?() click to toggle source
# File lib/quickbooks/model/customer.rb, line 63
def job?
  job.to_s == 'true'
end
taxable?() click to toggle source
# File lib/quickbooks/model/customer.rb, line 71
def taxable?
  taxable.to_s == 'true'
end