public class CardDate
Month and Year for a card date (Start or Expiration) MM/YY.
public CardDate(int month, int year)
Month and Year for a card date (Start or Expiration) MM/YY.
@NotNull public java.lang.String toString()
public int getMonth()
public int getYear()
public int component1()
public int component2()
@NotNull public CardDate copy(int month, int year)
Month and Year for a card date (Start or Expiration) MM/YY.
public int hashCode()
Month and Year for a card date (Start or Expiration) MM/YY.
public boolean equals(@Nullable java.lang.Object p)
Month and Year for a card date (Start or Expiration) MM/YY.