All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wix.pay.creditcard.validators.Validator.scala Maven / Gradle / Ivy

The newest version!
/*      __ __ _____  __                                              *\
**     / // // /_/ |/ /          Wix                                 **
**    / // // / /|   /           (c) 2006-2015, Wix LTD.             **
**   / // // / //   |            http://www.wix.com/                 **
**   \__/|__/_//_/| |                                                **
\*                |/                                                 */
package com.wix.pay.creditcard.validators


/** Credit Card validator trait.
  *
  * @author Raz, Ohad
  */
trait Validator {
  def validate(creditCardNumber: String): Boolean
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy