![JAR search and dependency download from the Maven repository](/logo.png)
com.wix.pay.creditcard.YearMonth.scala Maven / Gradle / Ivy
The newest version!
/* __ __ _____ __ *\
** / // // /_/ |/ / Wix **
** / // // / /| / (c) 2006-2014, Wix LTD. **
** / // // / // | http://www.wix.com/ **
** \__/|__/_//_/| | **
\* |/ */
package com.wix.pay.creditcard
/** A container for year and month pair, mainly used for credit card expiration date.
*
* @author Raz, Ohad
*/
case class YearMonth(year: Int, month: Int) extends Serializable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy