Class MobileTopupValue


  • public class MobileTopupValue
    extends Object
    Contains the name of a mobile topup issuer and an associated voucher value.
    • Constructor Detail

      • MobileTopupValue

        public MobileTopupValue()
        Create instance.
      • MobileTopupValue

        public MobileTopupValue​(MobileTopupValue value)
        Create copy of value.
    • Method Detail

      • getIssuerName

        public String getIssuerName()
        Contains the name of an issuer off (mobile topup) vouchers. Optional: For brand name based Mobile Topup transactions.
      • setIssuerName

        public void setIssuerName​(String issuerName)
      • getCardRef

        public String getCardRef()
        Reference number provided and created for the card. Optional: For PAN based Mobile Topup transactions. Send type 06 Non-PCI-PAN.
      • setCardRef

        public void setCardRef​(String cardRef)
      • getAppExpirationDate

        public TimeDate getAppExpirationDate()
        Application expiration date. Each application on a card has a corresponding expiration date and can be read from the card. Optional: For PAN based Mobile Topup transactions. Needs to be present if CardRef is present.
      • setAppExpirationDate

        public void setAppExpirationDate​(TimeDate appExpirationDate)
      • getAmount

        public List<Amount> getAmount()
        In a request defines the original amount for the transaction (given by ECR), in response the final authorized amount (given by host) in minor units.