public class BatchStatistics
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static BatchStatistics |
createBatchStatistics() |
CardType |
getAccountType() |
java.math.BigDecimal |
getChargeAmount() |
java.math.BigDecimal |
getChargebackAmount() |
long |
getChargebackCount() |
java.math.BigDecimal |
getChargeChargebackAmount() |
long |
getChargeChargebackCount() |
long |
getChargeCount() |
java.math.BigDecimal |
getChargeReturnedItemsAmount() |
long |
getChargeReturnedItemsCount() |
long |
getCorrectionNoticeCount() |
long |
getDeclineCount() |
long |
getErrorCount() |
java.math.BigDecimal |
getRefundAmount() |
java.math.BigDecimal |
getRefundChargebackAmount() |
long |
getRefundChargebackCount() |
long |
getRefundCount() |
java.math.BigDecimal |
getRefundReturnedItemsAmount() |
long |
getRefundReturnedItemsCount() |
java.math.BigDecimal |
getReturnedItemAmount() |
long |
getReturnedItemCount() |
long |
getVoidCount() |
void |
setAccountType(CardType accountType) |
void |
setChargeAmount(java.math.BigDecimal chargeAmount) |
void |
setChargeAmount(java.lang.String chargeAmount) |
void |
setChargebackAmount(java.math.BigDecimal ChargebackAmount) |
void |
setChargebackAmount(java.lang.String ChargebackAmount) |
void |
setChargebackCount(long ChargebackCount) |
void |
setChargebackCount(java.lang.String ChargebackCount) |
void |
setChargeChargebackAmount(java.math.BigDecimal chargeChargebackAmount) |
void |
setChargeChargebackAmount(java.lang.String chargeChargebackAmount) |
void |
setChargeChargebackCount(long chargeChargebackCount) |
void |
setChargeChargebackCount(java.lang.String chargeChargebackCount) |
void |
setChargeCount(long chargeCount) |
void |
setChargeCount(java.lang.String chargeCount) |
void |
setChargeReturnedItemsAmount(java.math.BigDecimal chargeReturnedItemsAmount) |
void |
setChargeReturnedItemsAmount(java.lang.String chargeReturnedItemsAmount) |
void |
setChargeReturnedItemsCount(long chargeReturnedItemsCount) |
void |
setChargeReturnedItemsCount(java.lang.String chargeReturnedItemsCount) |
void |
setCorrectionNoticeCount(long correctionNoticeCount) |
void |
setCorrectionNoticeCount(java.lang.String correctionNoticeCount) |
void |
setDeclineCount(long declineCount) |
void |
setDeclineCount(java.lang.String declineCount) |
void |
setErrorCount(long errorCount) |
void |
setErrorCount(java.lang.String errorCount) |
void |
setRefundAmount(java.math.BigDecimal refundAmount) |
void |
setRefundAmount(java.lang.String refundAmount) |
void |
setRefundChargebackAmount(java.math.BigDecimal refundChargebackAmount) |
void |
setRefundChargebackAmount(java.lang.String refundChargebackAmount) |
void |
setRefundChargebackCount(long refundChargebackCount) |
void |
setRefundChargebackCount(java.lang.String refundChargebackCount) |
void |
setRefundCount(long refundCount) |
void |
setRefundCount(java.lang.String refundCount) |
void |
setRefundReturnedItemsAmount(java.math.BigDecimal refundReturnedItemsAmount) |
void |
setRefundReturnedItemsAmount(java.lang.String refundReturnedItemsAmount) |
void |
setRefundReturnedItemsCount(long refundReturnedItemsCount) |
void |
setRefundReturnedItemsCount(java.lang.String refundReturnedItemsCount) |
void |
setReturnedItemAmount(java.math.BigDecimal returnedItemAmount) |
void |
setReturnedItemAmount(java.lang.String returnedItemAmount) |
void |
setReturnedItemCount(long returnedItemCount) |
void |
setReturnedItemCount(java.lang.String returnedItemCount) |
void |
setVoidCount(long voidCount) |
void |
setVoidCount(java.lang.String voidCount) |
public static BatchStatistics createBatchStatistics()
public CardType getAccountType()
public void setAccountType(CardType accountType)
accountType - the accountType to setpublic java.math.BigDecimal getChargeAmount()
public void setChargeAmount(java.math.BigDecimal chargeAmount)
chargeAmount - the chargeAmount to setpublic void setChargeAmount(java.lang.String chargeAmount)
chargeAmount - the chargeAmount to setpublic long getChargeCount()
public void setChargeCount(long chargeCount)
chargeCount - the chargeCount to setpublic void setChargeCount(java.lang.String chargeCount)
chargeCount - the chargeCount to setpublic java.math.BigDecimal getRefundAmount()
public void setRefundAmount(java.math.BigDecimal refundAmount)
refundAmount - the refundAmount to setpublic void setRefundAmount(java.lang.String refundAmount)
refundAmount - the refundAmount to setpublic long getRefundCount()
public void setRefundCount(long refundCount)
refundCount - the refundCount to setpublic void setRefundCount(java.lang.String refundCount)
refundCount - the refundCount to setpublic long getVoidCount()
public void setVoidCount(long voidCount)
voidCount - the voidCount to setpublic void setVoidCount(java.lang.String voidCount)
voidCount - the voidCount to setpublic long getDeclineCount()
public void setDeclineCount(long declineCount)
declineCount - the declineCount to setpublic void setDeclineCount(java.lang.String declineCount)
declineCount - the declineCount to setpublic long getErrorCount()
public void setErrorCount(long errorCount)
errorCount - the errorCount to setpublic void setErrorCount(java.lang.String errorCount)
errorCount - the errorCount to setpublic java.math.BigDecimal getReturnedItemAmount()
public void setReturnedItemAmount(java.math.BigDecimal returnedItemAmount)
returnedItemAmount - the returnedItemAmount to setpublic void setReturnedItemAmount(java.lang.String returnedItemAmount)
returnedItemAmount - the returnedItemAmount to setpublic long getReturnedItemCount()
public void setReturnedItemCount(long returnedItemCount)
returnedItemCount - the returnedItemCount to setpublic void setReturnedItemCount(java.lang.String returnedItemCount)
returnedItemCount - the returnedItemCount to setpublic java.math.BigDecimal getChargebackAmount()
public void setChargebackAmount(java.math.BigDecimal ChargebackAmount)
ChargebackAmount - the ChargebackAmount to setpublic void setChargebackAmount(java.lang.String ChargebackAmount)
ChargebackAmount - the ChargebackAmount to setpublic long getChargebackCount()
public void setChargebackCount(long ChargebackCount)
ChargebackCount - the ChargebackCount to setpublic void setChargebackCount(java.lang.String ChargebackCount)
ChargebackCount - the ChargebackCount to setpublic long getCorrectionNoticeCount()
public void setCorrectionNoticeCount(long correctionNoticeCount)
correctionNoticeCount - the correctionNoticeCount to setpublic void setCorrectionNoticeCount(java.lang.String correctionNoticeCount)
correctionNoticeCount - the correctionNoticeCount to setpublic java.math.BigDecimal getChargeChargebackAmount()
public void setChargeChargebackAmount(java.math.BigDecimal chargeChargebackAmount)
chargeChargebackAmount - the chargeChargebackAmount to setpublic void setChargeChargebackAmount(java.lang.String chargeChargebackAmount)
chargeChargebackAmount - the chargeChargebackAmount to setpublic long getChargeChargebackCount()
public void setChargeChargebackCount(long chargeChargebackCount)
chargeChargebackCount - the chargeChargebackCount to setpublic void setChargeChargebackCount(java.lang.String chargeChargebackCount)
chargeChargebackCount - the chargeChargebackCount to setpublic java.math.BigDecimal getRefundChargebackAmount()
public void setRefundChargebackAmount(java.math.BigDecimal refundChargebackAmount)
refundChargebackAmount - the refundChargebackAmount to setpublic void setRefundChargebackAmount(java.lang.String refundChargebackAmount)
refundChargebackAmount - the refundChargebackAmount to setpublic long getRefundChargebackCount()
public void setRefundChargebackCount(long refundChargebackCount)
refundChargebackCount - the refundChargebackCount to setpublic void setRefundChargebackCount(java.lang.String refundChargebackCount)
refundChargebackCount - the refundChargebackCount to setpublic java.math.BigDecimal getChargeReturnedItemsAmount()
public void setChargeReturnedItemsAmount(java.math.BigDecimal chargeReturnedItemsAmount)
chargeReturnedItemsAmount - the chargeReturnedItemsAmount to setpublic void setChargeReturnedItemsAmount(java.lang.String chargeReturnedItemsAmount)
chargeReturnedItemsAmount - the chargeReturnedItemsAmount to setpublic long getChargeReturnedItemsCount()
public void setChargeReturnedItemsCount(long chargeReturnedItemsCount)
chargeReturnedItemsCount - the chargeReturnedItemsCount to setpublic void setChargeReturnedItemsCount(java.lang.String chargeReturnedItemsCount)
chargeReturnedItemsCount - the chargeReturnedItemsCount to setpublic java.math.BigDecimal getRefundReturnedItemsAmount()
public void setRefundReturnedItemsAmount(java.math.BigDecimal refundReturnedItemsAmount)
refundReturnedItemsAmount - the refundReturnedItemsAmount to setpublic void setRefundReturnedItemsAmount(java.lang.String refundReturnedItemsAmount)
refundReturnedItemsAmount - the refundReturnedItemsAmount to setpublic long getRefundReturnedItemsCount()
public void setRefundReturnedItemsCount(long refundReturnedItemsCount)
refundReturnedItemsCount - the refundReturnedItemsCount to setpublic void setRefundReturnedItemsCount(java.lang.String refundReturnedItemsCount)
refundReturnedItemsCount - the refundReturnedItemsCount to setCopyright © 2018. All Rights Reserved.