class Quickbooks::Model::Customer

def bill_with_parent?

def bill_with_parent?
  bill_with_parent.to_s == 'true'
end

def job?

def job?
  job.to_s == 'true'
end

def taxable?

def taxable?
  taxable.to_s == 'true'
end