Package net.authorize.api.contract.v1
Class BatchStatisticType
- java.lang.Object
-
- net.authorize.api.contract.v1.BatchStatisticType
-
public class BatchStatisticType extends Object
Java class for batchStatisticType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="batchStatisticType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="accountType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="chargeAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="chargeCount" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="refundAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="refundCount" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="voidCount" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="declineCount" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="errorCount" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="returnedItemAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="returnedItemCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="chargebackAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="chargebackCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="correctionNoticeCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="chargeChargeBackAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="chargeChargeBackCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="refundChargeBackAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="refundChargeBackCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="chargeReturnedItemsAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="chargeReturnedItemsCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="refundReturnedItemsAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="refundReturnedItemsCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringaccountTypeprotected BigDecimalchargeAmountprotected BigDecimalchargebackAmountprotected IntegerchargebackCountprotected BigDecimalchargeChargeBackAmountprotected IntegerchargeChargeBackCountprotected intchargeCountprotected BigDecimalchargeReturnedItemsAmountprotected IntegerchargeReturnedItemsCountprotected IntegercorrectionNoticeCountprotected intdeclineCountprotected interrorCountprotected BigDecimalrefundAmountprotected BigDecimalrefundChargeBackAmountprotected IntegerrefundChargeBackCountprotected intrefundCountprotected BigDecimalrefundReturnedItemsAmountprotected IntegerrefundReturnedItemsCountprotected BigDecimalreturnedItemAmountprotected IntegerreturnedItemCountprotected intvoidCount
-
Constructor Summary
Constructors Constructor Description BatchStatisticType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountType()Gets the value of the accountType property.BigDecimalgetChargeAmount()Gets the value of the chargeAmount property.BigDecimalgetChargebackAmount()Gets the value of the chargebackAmount property.IntegergetChargebackCount()Gets the value of the chargebackCount property.BigDecimalgetChargeChargeBackAmount()Gets the value of the chargeChargeBackAmount property.IntegergetChargeChargeBackCount()Gets the value of the chargeChargeBackCount property.intgetChargeCount()Gets the value of the chargeCount property.BigDecimalgetChargeReturnedItemsAmount()Gets the value of the chargeReturnedItemsAmount property.IntegergetChargeReturnedItemsCount()Gets the value of the chargeReturnedItemsCount property.IntegergetCorrectionNoticeCount()Gets the value of the correctionNoticeCount property.intgetDeclineCount()Gets the value of the declineCount property.intgetErrorCount()Gets the value of the errorCount property.BigDecimalgetRefundAmount()Gets the value of the refundAmount property.BigDecimalgetRefundChargeBackAmount()Gets the value of the refundChargeBackAmount property.IntegergetRefundChargeBackCount()Gets the value of the refundChargeBackCount property.intgetRefundCount()Gets the value of the refundCount property.BigDecimalgetRefundReturnedItemsAmount()Gets the value of the refundReturnedItemsAmount property.IntegergetRefundReturnedItemsCount()Gets the value of the refundReturnedItemsCount property.BigDecimalgetReturnedItemAmount()Gets the value of the returnedItemAmount property.IntegergetReturnedItemCount()Gets the value of the returnedItemCount property.intgetVoidCount()Gets the value of the voidCount property.voidsetAccountType(String value)Sets the value of the accountType property.voidsetChargeAmount(BigDecimal value)Sets the value of the chargeAmount property.voidsetChargebackAmount(BigDecimal value)Sets the value of the chargebackAmount property.voidsetChargebackCount(Integer value)Sets the value of the chargebackCount property.voidsetChargeChargeBackAmount(BigDecimal value)Sets the value of the chargeChargeBackAmount property.voidsetChargeChargeBackCount(Integer value)Sets the value of the chargeChargeBackCount property.voidsetChargeCount(int value)Sets the value of the chargeCount property.voidsetChargeReturnedItemsAmount(BigDecimal value)Sets the value of the chargeReturnedItemsAmount property.voidsetChargeReturnedItemsCount(Integer value)Sets the value of the chargeReturnedItemsCount property.voidsetCorrectionNoticeCount(Integer value)Sets the value of the correctionNoticeCount property.voidsetDeclineCount(int value)Sets the value of the declineCount property.voidsetErrorCount(int value)Sets the value of the errorCount property.voidsetRefundAmount(BigDecimal value)Sets the value of the refundAmount property.voidsetRefundChargeBackAmount(BigDecimal value)Sets the value of the refundChargeBackAmount property.voidsetRefundChargeBackCount(Integer value)Sets the value of the refundChargeBackCount property.voidsetRefundCount(int value)Sets the value of the refundCount property.voidsetRefundReturnedItemsAmount(BigDecimal value)Sets the value of the refundReturnedItemsAmount property.voidsetRefundReturnedItemsCount(Integer value)Sets the value of the refundReturnedItemsCount property.voidsetReturnedItemAmount(BigDecimal value)Sets the value of the returnedItemAmount property.voidsetReturnedItemCount(Integer value)Sets the value of the returnedItemCount property.voidsetVoidCount(int value)Sets the value of the voidCount property.
-
-
-
Field Detail
-
accountType
protected String accountType
-
chargeAmount
protected BigDecimal chargeAmount
-
chargeCount
protected int chargeCount
-
refundAmount
protected BigDecimal refundAmount
-
refundCount
protected int refundCount
-
voidCount
protected int voidCount
-
declineCount
protected int declineCount
-
errorCount
protected int errorCount
-
returnedItemAmount
protected BigDecimal returnedItemAmount
-
returnedItemCount
protected Integer returnedItemCount
-
chargebackAmount
protected BigDecimal chargebackAmount
-
chargebackCount
protected Integer chargebackCount
-
correctionNoticeCount
protected Integer correctionNoticeCount
-
chargeChargeBackAmount
protected BigDecimal chargeChargeBackAmount
-
chargeChargeBackCount
protected Integer chargeChargeBackCount
-
refundChargeBackAmount
protected BigDecimal refundChargeBackAmount
-
refundChargeBackCount
protected Integer refundChargeBackCount
-
chargeReturnedItemsAmount
protected BigDecimal chargeReturnedItemsAmount
-
chargeReturnedItemsCount
protected Integer chargeReturnedItemsCount
-
refundReturnedItemsAmount
protected BigDecimal refundReturnedItemsAmount
-
refundReturnedItemsCount
protected Integer refundReturnedItemsCount
-
-
Method Detail
-
getAccountType
public String getAccountType()
Gets the value of the accountType property.- Returns:
- possible object is
String
-
setAccountType
public void setAccountType(String value)
Sets the value of the accountType property.- Parameters:
value- allowed object isString
-
getChargeAmount
public BigDecimal getChargeAmount()
Gets the value of the chargeAmount property.- Returns:
- possible object is
BigDecimal
-
setChargeAmount
public void setChargeAmount(BigDecimal value)
Sets the value of the chargeAmount property.- Parameters:
value- allowed object isBigDecimal
-
getChargeCount
public int getChargeCount()
Gets the value of the chargeCount property.
-
setChargeCount
public void setChargeCount(int value)
Sets the value of the chargeCount property.
-
getRefundAmount
public BigDecimal getRefundAmount()
Gets the value of the refundAmount property.- Returns:
- possible object is
BigDecimal
-
setRefundAmount
public void setRefundAmount(BigDecimal value)
Sets the value of the refundAmount property.- Parameters:
value- allowed object isBigDecimal
-
getRefundCount
public int getRefundCount()
Gets the value of the refundCount property.
-
setRefundCount
public void setRefundCount(int value)
Sets the value of the refundCount property.
-
getVoidCount
public int getVoidCount()
Gets the value of the voidCount property.
-
setVoidCount
public void setVoidCount(int value)
Sets the value of the voidCount property.
-
getDeclineCount
public int getDeclineCount()
Gets the value of the declineCount property.
-
setDeclineCount
public void setDeclineCount(int value)
Sets the value of the declineCount property.
-
getErrorCount
public int getErrorCount()
Gets the value of the errorCount property.
-
setErrorCount
public void setErrorCount(int value)
Sets the value of the errorCount property.
-
getReturnedItemAmount
public BigDecimal getReturnedItemAmount()
Gets the value of the returnedItemAmount property.- Returns:
- possible object is
BigDecimal
-
setReturnedItemAmount
public void setReturnedItemAmount(BigDecimal value)
Sets the value of the returnedItemAmount property.- Parameters:
value- allowed object isBigDecimal
-
getReturnedItemCount
public Integer getReturnedItemCount()
Gets the value of the returnedItemCount property.- Returns:
- possible object is
Integer
-
setReturnedItemCount
public void setReturnedItemCount(Integer value)
Sets the value of the returnedItemCount property.- Parameters:
value- allowed object isInteger
-
getChargebackAmount
public BigDecimal getChargebackAmount()
Gets the value of the chargebackAmount property.- Returns:
- possible object is
BigDecimal
-
setChargebackAmount
public void setChargebackAmount(BigDecimal value)
Sets the value of the chargebackAmount property.- Parameters:
value- allowed object isBigDecimal
-
getChargebackCount
public Integer getChargebackCount()
Gets the value of the chargebackCount property.- Returns:
- possible object is
Integer
-
setChargebackCount
public void setChargebackCount(Integer value)
Sets the value of the chargebackCount property.- Parameters:
value- allowed object isInteger
-
getCorrectionNoticeCount
public Integer getCorrectionNoticeCount()
Gets the value of the correctionNoticeCount property.- Returns:
- possible object is
Integer
-
setCorrectionNoticeCount
public void setCorrectionNoticeCount(Integer value)
Sets the value of the correctionNoticeCount property.- Parameters:
value- allowed object isInteger
-
getChargeChargeBackAmount
public BigDecimal getChargeChargeBackAmount()
Gets the value of the chargeChargeBackAmount property.- Returns:
- possible object is
BigDecimal
-
setChargeChargeBackAmount
public void setChargeChargeBackAmount(BigDecimal value)
Sets the value of the chargeChargeBackAmount property.- Parameters:
value- allowed object isBigDecimal
-
getChargeChargeBackCount
public Integer getChargeChargeBackCount()
Gets the value of the chargeChargeBackCount property.- Returns:
- possible object is
Integer
-
setChargeChargeBackCount
public void setChargeChargeBackCount(Integer value)
Sets the value of the chargeChargeBackCount property.- Parameters:
value- allowed object isInteger
-
getRefundChargeBackAmount
public BigDecimal getRefundChargeBackAmount()
Gets the value of the refundChargeBackAmount property.- Returns:
- possible object is
BigDecimal
-
setRefundChargeBackAmount
public void setRefundChargeBackAmount(BigDecimal value)
Sets the value of the refundChargeBackAmount property.- Parameters:
value- allowed object isBigDecimal
-
getRefundChargeBackCount
public Integer getRefundChargeBackCount()
Gets the value of the refundChargeBackCount property.- Returns:
- possible object is
Integer
-
setRefundChargeBackCount
public void setRefundChargeBackCount(Integer value)
Sets the value of the refundChargeBackCount property.- Parameters:
value- allowed object isInteger
-
getChargeReturnedItemsAmount
public BigDecimal getChargeReturnedItemsAmount()
Gets the value of the chargeReturnedItemsAmount property.- Returns:
- possible object is
BigDecimal
-
setChargeReturnedItemsAmount
public void setChargeReturnedItemsAmount(BigDecimal value)
Sets the value of the chargeReturnedItemsAmount property.- Parameters:
value- allowed object isBigDecimal
-
getChargeReturnedItemsCount
public Integer getChargeReturnedItemsCount()
Gets the value of the chargeReturnedItemsCount property.- Returns:
- possible object is
Integer
-
setChargeReturnedItemsCount
public void setChargeReturnedItemsCount(Integer value)
Sets the value of the chargeReturnedItemsCount property.- Parameters:
value- allowed object isInteger
-
getRefundReturnedItemsAmount
public BigDecimal getRefundReturnedItemsAmount()
Gets the value of the refundReturnedItemsAmount property.- Returns:
- possible object is
BigDecimal
-
setRefundReturnedItemsAmount
public void setRefundReturnedItemsAmount(BigDecimal value)
Sets the value of the refundReturnedItemsAmount property.- Parameters:
value- allowed object isBigDecimal
-
getRefundReturnedItemsCount
public Integer getRefundReturnedItemsCount()
Gets the value of the refundReturnedItemsCount property.- Returns:
- possible object is
Integer
-
-