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