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