module Responses
    class ConsultaNfse < Base
      def response
        OpenStruct.new(notas_fiscais: notas_fiscais, error_messages: erros)
      end