Package net.authorize.api.contract.v1
Class GetUnsettledTransactionListRequest
- java.lang.Object
-
- net.authorize.api.contract.v1.ANetApiRequest
-
- net.authorize.api.contract.v1.GetUnsettledTransactionListRequest
-
- All Implemented Interfaces:
Serializable
public class GetUnsettledTransactionListRequest 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="status" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}TransactionGroupStatusEnum" 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 Pagingpagingprotected TransactionListSortingsortingprotected TransactionGroupStatusEnumstatus-
Fields inherited from class net.authorize.api.contract.v1.ANetApiRequest
clientId, merchantAuthentication, refId
-
-
Constructor Summary
Constructors Constructor Description GetUnsettledTransactionListRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaginggetPaging()Gets the value of the paging property.TransactionListSortinggetSorting()Gets the value of the sorting property.TransactionGroupStatusEnumgetStatus()Gets the value of the status property.voidsetPaging(Paging value)Sets the value of the paging property.voidsetSorting(TransactionListSorting value)Sets the value of the sorting property.voidsetStatus(TransactionGroupStatusEnum value)Sets the value of the status property.-
Methods inherited from class net.authorize.api.contract.v1.ANetApiRequest
getClientId, getMerchantAuthentication, getRefId, setClientId, setMerchantAuthentication, setRefId
-
-
-
-
Field Detail
-
status
protected TransactionGroupStatusEnum status
-
sorting
protected TransactionListSorting sorting
-
paging
protected Paging paging
-
-
Method Detail
-
getStatus
public TransactionGroupStatusEnum getStatus()
Gets the value of the status property.- Returns:
- possible object is
TransactionGroupStatusEnum
-
setStatus
public void setStatus(TransactionGroupStatusEnum value)
Sets the value of the status property.- Parameters:
value- allowed object isTransactionGroupStatusEnum
-
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
-
-