public class GetSettledBatchListRequest extends ANetApiRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest">
<sequence>
<element name="includeStatistics" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="firstSettlementDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="lastSettlementDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
firstSettlementDate |
protected Boolean |
includeStatistics |
protected XMLGregorianCalendar |
lastSettlementDate |
clientId, merchantAuthentication, refId| Constructor and Description |
|---|
GetSettledBatchListRequest() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getFirstSettlementDate()
Gets the value of the firstSettlementDate property.
|
XMLGregorianCalendar |
getLastSettlementDate()
Gets the value of the lastSettlementDate property.
|
Boolean |
isIncludeStatistics()
Gets the value of the includeStatistics property.
|
void |
setFirstSettlementDate(XMLGregorianCalendar value)
Sets the value of the firstSettlementDate property.
|
void |
setIncludeStatistics(Boolean value)
Sets the value of the includeStatistics property.
|
void |
setLastSettlementDate(XMLGregorianCalendar value)
Sets the value of the lastSettlementDate property.
|
getClientId, getMerchantAuthentication, getRefId, setClientId, setMerchantAuthentication, setRefIdprotected Boolean includeStatistics
protected XMLGregorianCalendar firstSettlementDate
protected XMLGregorianCalendar lastSettlementDate
public Boolean isIncludeStatistics()
Booleanpublic void setIncludeStatistics(Boolean value)
value - allowed object is
Booleanpublic XMLGregorianCalendar getFirstSettlementDate()
XMLGregorianCalendarpublic void setFirstSettlementDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getLastSettlementDate()
XMLGregorianCalendarpublic void setLastSettlementDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2021. All rights reserved.