Class PaymentCard


  • public class PaymentCard
    extends Object
    PaymentCard class.
    • Constructor Detail

      • PaymentCard

        public PaymentCard()
    • Method Detail

      • getId

        public String getId()
        Id of the card.
      • getLastFourDigits

        public String getLastFourDigits()
        Last four digits of card number.
      • getFirstSixDigits

        public String getFirstSixDigits()
        First six digit of card number.
      • getExpirationYear

        public int getExpirationYear()
        Card expiration year.
      • getExpirationMonth

        public int getExpirationMonth()
        Card expiration month.
      • getDateCreated

        public OffsetDateTime getDateCreated()
        Creation date of card.
      • getDateLastUpdated

        public OffsetDateTime getDateLastUpdated()
        Last update of data from the card.