public class BatchStatisticType
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
accountType |
protected java.math.BigDecimal |
chargeAmount |
protected java.math.BigDecimal |
chargebackAmount |
protected java.lang.Integer |
chargebackCount |
protected java.math.BigDecimal |
chargeChargeBackAmount |
protected java.lang.Integer |
chargeChargeBackCount |
protected int |
chargeCount |
protected java.math.BigDecimal |
chargeReturnedItemsAmount |
protected java.lang.Integer |
chargeReturnedItemsCount |
protected java.lang.Integer |
correctionNoticeCount |
protected int |
declineCount |
protected int |
errorCount |
protected java.math.BigDecimal |
refundAmount |
protected java.math.BigDecimal |
refundChargeBackAmount |
protected java.lang.Integer |
refundChargeBackCount |
protected int |
refundCount |
protected java.math.BigDecimal |
refundReturnedItemsAmount |
protected java.lang.Integer |
refundReturnedItemsCount |
protected java.math.BigDecimal |
returnedItemAmount |
protected java.lang.Integer |
returnedItemCount |
protected int |
voidCount |
| Constructor and Description |
|---|
BatchStatisticType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccountType()
Gets the value of the accountType property.
|
java.math.BigDecimal |
getChargeAmount()
Gets the value of the chargeAmount property.
|
java.math.BigDecimal |
getChargebackAmount()
Gets the value of the chargebackAmount property.
|
java.lang.Integer |
getChargebackCount()
Gets the value of the chargebackCount property.
|
java.math.BigDecimal |
getChargeChargeBackAmount()
Gets the value of the chargeChargeBackAmount property.
|
java.lang.Integer |
getChargeChargeBackCount()
Gets the value of the chargeChargeBackCount property.
|
int |
getChargeCount()
Gets the value of the chargeCount property.
|
java.math.BigDecimal |
getChargeReturnedItemsAmount()
Gets the value of the chargeReturnedItemsAmount property.
|
java.lang.Integer |
getChargeReturnedItemsCount()
Gets the value of the chargeReturnedItemsCount property.
|
java.lang.Integer |
getCorrectionNoticeCount()
Gets the value of the correctionNoticeCount property.
|
int |
getDeclineCount()
Gets the value of the declineCount property.
|
int |
getErrorCount()
Gets the value of the errorCount property.
|
java.math.BigDecimal |
getRefundAmount()
Gets the value of the refundAmount property.
|
java.math.BigDecimal |
getRefundChargeBackAmount()
Gets the value of the refundChargeBackAmount property.
|
java.lang.Integer |
getRefundChargeBackCount()
Gets the value of the refundChargeBackCount property.
|
int |
getRefundCount()
Gets the value of the refundCount property.
|
java.math.BigDecimal |
getRefundReturnedItemsAmount()
Gets the value of the refundReturnedItemsAmount property.
|
java.lang.Integer |
getRefundReturnedItemsCount()
Gets the value of the refundReturnedItemsCount property.
|
java.math.BigDecimal |
getReturnedItemAmount()
Gets the value of the returnedItemAmount property.
|
java.lang.Integer |
getReturnedItemCount()
Gets the value of the returnedItemCount property.
|
int |
getVoidCount()
Gets the value of the voidCount property.
|
void |
setAccountType(java.lang.String value)
Sets the value of the accountType property.
|
void |
setChargeAmount(java.math.BigDecimal value)
Sets the value of the chargeAmount property.
|
void |
setChargebackAmount(java.math.BigDecimal value)
Sets the value of the chargebackAmount property.
|
void |
setChargebackCount(java.lang.Integer value)
Sets the value of the chargebackCount property.
|
void |
setChargeChargeBackAmount(java.math.BigDecimal value)
Sets the value of the chargeChargeBackAmount property.
|
void |
setChargeChargeBackCount(java.lang.Integer value)
Sets the value of the chargeChargeBackCount property.
|
void |
setChargeCount(int value)
Sets the value of the chargeCount property.
|
void |
setChargeReturnedItemsAmount(java.math.BigDecimal value)
Sets the value of the chargeReturnedItemsAmount property.
|
void |
setChargeReturnedItemsCount(java.lang.Integer value)
Sets the value of the chargeReturnedItemsCount property.
|
void |
setCorrectionNoticeCount(java.lang.Integer value)
Sets the value of the correctionNoticeCount property.
|
void |
setDeclineCount(int value)
Sets the value of the declineCount property.
|
void |
setErrorCount(int value)
Sets the value of the errorCount property.
|
void |
setRefundAmount(java.math.BigDecimal value)
Sets the value of the refundAmount property.
|
void |
setRefundChargeBackAmount(java.math.BigDecimal value)
Sets the value of the refundChargeBackAmount property.
|
void |
setRefundChargeBackCount(java.lang.Integer value)
Sets the value of the refundChargeBackCount property.
|
void |
setRefundCount(int value)
Sets the value of the refundCount property.
|
void |
setRefundReturnedItemsAmount(java.math.BigDecimal value)
Sets the value of the refundReturnedItemsAmount property.
|
void |
setRefundReturnedItemsCount(java.lang.Integer value)
Sets the value of the refundReturnedItemsCount property.
|
void |
setReturnedItemAmount(java.math.BigDecimal value)
Sets the value of the returnedItemAmount property.
|
void |
setReturnedItemCount(java.lang.Integer value)
Sets the value of the returnedItemCount property.
|
void |
setVoidCount(int value)
Sets the value of the voidCount property.
|
protected java.lang.String accountType
protected java.math.BigDecimal chargeAmount
protected int chargeCount
protected java.math.BigDecimal refundAmount
protected int refundCount
protected int voidCount
protected int declineCount
protected int errorCount
protected java.math.BigDecimal returnedItemAmount
protected java.lang.Integer returnedItemCount
protected java.math.BigDecimal chargebackAmount
protected java.lang.Integer chargebackCount
protected java.lang.Integer correctionNoticeCount
protected java.math.BigDecimal chargeChargeBackAmount
protected java.lang.Integer chargeChargeBackCount
protected java.math.BigDecimal refundChargeBackAmount
protected java.lang.Integer refundChargeBackCount
protected java.math.BigDecimal chargeReturnedItemsAmount
protected java.lang.Integer chargeReturnedItemsCount
protected java.math.BigDecimal refundReturnedItemsAmount
protected java.lang.Integer refundReturnedItemsCount
public java.lang.String getAccountType()
Stringpublic void setAccountType(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getChargeAmount()
BigDecimalpublic void setChargeAmount(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic int getChargeCount()
public void setChargeCount(int value)
public java.math.BigDecimal getRefundAmount()
BigDecimalpublic void setRefundAmount(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic int getRefundCount()
public void setRefundCount(int value)
public int getVoidCount()
public void setVoidCount(int value)
public int getDeclineCount()
public void setDeclineCount(int value)
public int getErrorCount()
public void setErrorCount(int value)
public java.math.BigDecimal getReturnedItemAmount()
BigDecimalpublic void setReturnedItemAmount(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.Integer getReturnedItemCount()
Integerpublic void setReturnedItemCount(java.lang.Integer value)
value - allowed object is
Integerpublic java.math.BigDecimal getChargebackAmount()
BigDecimalpublic void setChargebackAmount(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.Integer getChargebackCount()
Integerpublic void setChargebackCount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCorrectionNoticeCount()
Integerpublic void setCorrectionNoticeCount(java.lang.Integer value)
value - allowed object is
Integerpublic java.math.BigDecimal getChargeChargeBackAmount()
BigDecimalpublic void setChargeChargeBackAmount(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.Integer getChargeChargeBackCount()
Integerpublic void setChargeChargeBackCount(java.lang.Integer value)
value - allowed object is
Integerpublic java.math.BigDecimal getRefundChargeBackAmount()
BigDecimalpublic void setRefundChargeBackAmount(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.Integer getRefundChargeBackCount()
Integerpublic void setRefundChargeBackCount(java.lang.Integer value)
value - allowed object is
Integerpublic java.math.BigDecimal getChargeReturnedItemsAmount()
BigDecimalpublic void setChargeReturnedItemsAmount(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.Integer getChargeReturnedItemsCount()
Integerpublic void setChargeReturnedItemsCount(java.lang.Integer value)
value - allowed object is
Integerpublic java.math.BigDecimal getRefundReturnedItemsAmount()
BigDecimalpublic void setRefundReturnedItemsAmount(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.Integer getRefundReturnedItemsCount()
Integerpublic void setRefundReturnedItemsCount(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2018. All Rights Reserved.