# File lib/active_merchant/billing/check.rb, line 14
      def initialize(args={})
        args = args.with_indifferent_access
        self.name           = args[:name]
        self.routing_number = args[:routing_number]
        self.account_number = args[:account_number]
        self.account_holder_type = args[:account_holder_type]
        self.account_type   = args[:account_type]
      end