Class Counter


  • public class Counter
    extends Object
    Contains information about a counter for a brand. Immutable class.
    • Method Detail

      • getBrandName

        public String getBrandName()
        Name of brand the counter contains information for.
      • getPaymentProtocol

        public PaymentProtocol getPaymentProtocol()
        Payment protocol linked to the brand.
      • getCardProductType

        public CardProductType getCardProductType()
        Card product type or null.
      • getAcqId

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

        public int getCount()
        Total number of transactions.
      • getCountDcc

        public int getCountDcc()
        Number of DCC related transactions.
      • getCountForeign

        public int getCountForeign()
        Number of foreign currency related transactions.
      • getTotals

        public List<Total> getTotals()
        Number of totals to break down the counter amount in more detail.
      • toString

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