class Quickbooks::Service::BaseService

def is_json?

def is_json?
  self.class::HTTP_CONTENT_TYPE == "application/json"
end