Class MeaRemoteTransactionOutcome.ExpiryDate

  • Enclosing class:
    MeaRemoteTransactionOutcome

    public class MeaRemoteTransactionOutcome.ExpiryDate
    extends java.lang.Object
    Represents the Expiry Date of a card, which consists of expiry day, month, and year.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDay()
      Retrieves the day of card expiry date.
      java.lang.String getMonth()
      Retrieves the month of card expiry date.
      java.lang.String getYear()
      Retrieves the year of card expiry date.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDay

        public java.lang.String getDay()
        Retrieves the day of card expiry date.
        Returns:
        Day as string.
      • getMonth

        public java.lang.String getMonth()
        Retrieves the month of card expiry date.
        Returns:
        Month as string.
      • getYear

        public java.lang.String getYear()
        Retrieves the year of card expiry date.
        Returns:
        Year as string.