public class Counter extends Object
Constructor and Description |
---|
Counter(String brandName,
PaymentProtocol paymentProtocol,
int acqId,
int count,
int countDcc,
int countForeign,
List<Total> totals)
Create counter.
|
Modifier and Type | Method and Description |
---|---|
int |
getAcqId()
Acquirer identifier.
|
String |
getBrandName()
Name of brand the counter contains information for.
|
int |
getCount()
Total number of transactions.
|
int |
getCountDcc()
Number of DCC related transactions.
|
int |
getCountForeign()
Number of foreign currency related transactions.
|
PaymentProtocol |
getPaymentProtocol()
Payment protocol linked to the brand.
|
List<Total> |
getTotals()
Number of totals to break down the counter amount in more detail.
|
String |
toString()
String representation for debugging purpose.
|
public Counter(String brandName, PaymentProtocol paymentProtocol, int acqId, int count, int countDcc, int countForeign, List<Total> totals)
public String getBrandName()
public PaymentProtocol getPaymentProtocol()
public int getAcqId()
public int getCount()
public int getCountDcc()
public int getCountForeign()
public List<Total> getTotals()