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