Package net.authorize.api.contract.v1
Class GetSettledBatchListRequest
- java.lang.Object
-
- net.authorize.api.contract.v1.ANetApiRequest
-
- net.authorize.api.contract.v1.GetSettledBatchListRequest
-
- All Implemented Interfaces:
Serializable
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>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendar
firstSettlementDate
protected Boolean
includeStatistics
protected XMLGregorianCalendar
lastSettlementDate
-
Fields inherited from class net.authorize.api.contract.v1.ANetApiRequest
clientId, merchantAuthentication, refId
-
-
Constructor Summary
Constructors Constructor Description GetSettledBatchListRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class net.authorize.api.contract.v1.ANetApiRequest
getClientId, getMerchantAuthentication, getRefId, setClientId, setMerchantAuthentication, setRefId
-
-
-
-
Field Detail
-
includeStatistics
protected Boolean includeStatistics
-
firstSettlementDate
protected XMLGregorianCalendar firstSettlementDate
-
lastSettlementDate
protected XMLGregorianCalendar lastSettlementDate
-
-
Method Detail
-
isIncludeStatistics
public Boolean isIncludeStatistics()
Gets the value of the includeStatistics property.- Returns:
- possible object is
Boolean
-
setIncludeStatistics
public void setIncludeStatistics(Boolean value)
Sets the value of the includeStatistics property.- Parameters:
value
- allowed object isBoolean
-
getFirstSettlementDate
public XMLGregorianCalendar getFirstSettlementDate()
Gets the value of the firstSettlementDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFirstSettlementDate
public void setFirstSettlementDate(XMLGregorianCalendar value)
Sets the value of the firstSettlementDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getLastSettlementDate
public XMLGregorianCalendar getLastSettlementDate()
Gets the value of the lastSettlementDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastSettlementDate
public void setLastSettlementDate(XMLGregorianCalendar value)
Sets the value of the lastSettlementDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
-