Class MobileTopupData


  • public class MobileTopupData
    extends Object
    Mobile topup issuer information result.
    • Constructor Detail

      • MobileTopupData

        public MobileTopupData​(TimeDate cardExpiryDate,
                               String brandName,
                               String mobileTopupSerialNumber,
                               String mobileTopupRefillCode,
                               PrintData printData)
        Create instance.
    • Method Detail

      • getCardExpiryDate

        public TimeDate getCardExpiryDate()
        Card expiration date. This information is retrieved from the card
      • getBrandName

        public String getBrandName()
        Contains the brand name of a card. The brand name information is retrieved from the card.
      • getMobileTopupSerialNumber

        public String getMobileTopupSerialNumber()
        Contains the serial number of a (mobile topup) voucher.
      • getMobileTopupRefillCode

        public String getMobileTopupRefillCode()
        Contains the refill code of a (mobile topup) voucher.
      • getPrintData

        public PrintData getPrintData()
        Print data if present.