Package net.authorize.api.contract.v1
Class GetTransactionListRequest
- java.lang.Object
-
- net.authorize.api.contract.v1.ANetApiRequest
-
- net.authorize.api.contract.v1.GetTransactionListRequest
-
- All Implemented Interfaces:
Serializable
public class GetTransactionListRequest 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="batchId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/> <element name="sorting" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}TransactionListSorting" minOccurs="0"/> <element name="paging" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}Paging" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringbatchIdprotected Pagingpagingprotected TransactionListSortingsorting-
Fields inherited from class net.authorize.api.contract.v1.ANetApiRequest
clientId, merchantAuthentication, refId
-
-
Constructor Summary
Constructors Constructor Description GetTransactionListRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBatchId()Gets the value of the batchId property.PaginggetPaging()Gets the value of the paging property.TransactionListSortinggetSorting()Gets the value of the sorting property.voidsetBatchId(String value)Sets the value of the batchId property.voidsetPaging(Paging value)Sets the value of the paging property.voidsetSorting(TransactionListSorting value)Sets the value of the sorting property.-
Methods inherited from class net.authorize.api.contract.v1.ANetApiRequest
getClientId, getMerchantAuthentication, getRefId, setClientId, setMerchantAuthentication, setRefId
-
-
-
-
Field Detail
-
batchId
protected String batchId
-
sorting
protected TransactionListSorting sorting
-
paging
protected Paging paging
-
-
Method Detail
-
getBatchId
public String getBatchId()
Gets the value of the batchId property.- Returns:
- possible object is
String
-
setBatchId
public void setBatchId(String value)
Sets the value of the batchId property.- Parameters:
value- allowed object isString
-
getSorting
public TransactionListSorting getSorting()
Gets the value of the sorting property.- Returns:
- possible object is
TransactionListSorting
-
setSorting
public void setSorting(TransactionListSorting value)
Sets the value of the sorting property.- Parameters:
value- allowed object isTransactionListSorting
-
getPaging
public Paging getPaging()
Gets the value of the paging property.- Returns:
- possible object is
Paging
-
-