# File lib/active_merchant/billing/gateways/netbilling.rb, line 24
      def initialize(options = {})
        requires!(options, :login)
        @options = options
        super
      end