ReconciliationSummary

public final class ReconciliationSummary

Represents the consolidated totals of sales/refunds/cashbacks/surcharges/gratuities

Fields

mAcquirerName

final String mAcquirerName

mTotalCashbacksAmount

final Decimal mTotalCashbacksAmount

mTotalCashbacksCount

final Integer mTotalCashbacksCount

mTotalGratuitiesAmount

final Decimal mTotalGratuitiesAmount

mTotalGratuitiesCount

final Integer mTotalGratuitiesCount

mTotalNetAmount

final Decimal mTotalNetAmount

mTotalRefundsAmount

final Decimal mTotalRefundsAmount

mTotalRefundsCount

final Integer mTotalRefundsCount

mTotalSalesAmount

final Decimal mTotalSalesAmount

mTotalSalesCount

final Integer mTotalSalesCount

mTotalSurchargesAmount

final Decimal mTotalSurchargesAmount

mTotalSurchargesCount

final Integer mTotalSurchargesCount

mTotalTransactionCount

final Integer mTotalTransactionCount

Constructors

ReconciliationSummary

public ReconciliationSummary(Integer totalTransactionCount, Decimal totalNetAmount, Integer totalRefundsCount, Decimal totalRefundsAmount, Integer totalSalesCount, Decimal totalSalesAmount, Integer totalCashbacksCount, Decimal totalCashbacksAmount, Integer totalSurchargesCount, Decimal totalSurchargesAmount, Integer totalGratuitiesCount, Decimal totalGratuitiesAmount, String acquirerName)

Methods

getAcquirerName

public String getAcquirerName()

The acquirer name.

getTotalCashbacksAmount

public Decimal getTotalCashbacksAmount()

Total Cashbacks amount.

getTotalCashbacksCount

public Integer getTotalCashbacksCount()

Total Cashbacks count.

getTotalGratuitiesAmount

public Decimal getTotalGratuitiesAmount()

Total Gratuities amount.

getTotalGratuitiesCount

public Integer getTotalGratuitiesCount()

Total Gratuities count.

getTotalNetAmount

public Decimal getTotalNetAmount()

Total Net amount of whole transactions

getTotalRefundsAmount

public Decimal getTotalRefundsAmount()

Total refunds amount.

getTotalRefundsCount

public Integer getTotalRefundsCount()

Total refunds count.

getTotalSalesAmount

public Decimal getTotalSalesAmount()

Total Sales amount.

getTotalSalesCount

public Integer getTotalSalesCount()

Total sales count.

getTotalSurchargesAmount

public Decimal getTotalSurchargesAmount()

Total Surcharges amount.

getTotalSurchargesCount

public Integer getTotalSurchargesCount()

Total Surcharges count.

getTotalTransactionCount

public Integer getTotalTransactionCount()

Total transaction count.

toString

public String toString()