Class Brands

    • Method Detail

      • getName

        public String getName()
        Brand name of a card.
      • isDccAvailable

        public boolean isDccAvailable()
        DCC is available for this brand.
      • getPaymentProtocol

        public PaymentProtocol getPaymentProtocol()
        Payment protocol used.
      • getAcqId

        public long getAcqId()
        Acquirer identifier. Uniquely identifies the acquirer.
      • getLastInitDate

        public TimeDate getLastInitDate()
        Last time a defined acquirer was successfully initialized on the terminal.
      • getApplications

        public List<Application> getApplications()
        List of applications supported by the brand.
      • getCurrencies

        public List<CurrencyItem> getCurrencies()
        List of currencies supported by the brand.
      • toString

        public String toString()
        String representation for debugging purpose.
        Overrides:
        toString in class Object