# File lib/paysimple.rb, line 220
      def query(options)
        match_all = options.delete(:match_all)
        start = options.delete(:start) || 0
        limit = options.delete(:limit) || 100
        PaySimple.send_request(:searchTransactions, options, match_all, start, limit)
      end