Package net.authorize.api.contract.v1
Class GetTransactionListForCustomerRequest
- java.lang.Object
-
- net.authorize.api.contract.v1.ANetApiRequest
-
- net.authorize.api.contract.v1.GetTransactionListForCustomerRequest
-
- All Implemented Interfaces:
Serializable
public class GetTransactionListForCustomerRequest 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="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/> <element name="customerPaymentProfileId" 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 StringcustomerPaymentProfileIdprotected StringcustomerProfileIdprotected Pagingpagingprotected TransactionListSortingsorting-
Fields inherited from class net.authorize.api.contract.v1.ANetApiRequest
clientId, merchantAuthentication, refId
-
-
Constructor Summary
Constructors Constructor Description GetTransactionListForCustomerRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCustomerPaymentProfileId()Gets the value of the customerPaymentProfileId property.StringgetCustomerProfileId()Gets the value of the customerProfileId property.PaginggetPaging()Gets the value of the paging property.TransactionListSortinggetSorting()Gets the value of the sorting property.voidsetCustomerPaymentProfileId(String value)Sets the value of the customerPaymentProfileId property.voidsetCustomerProfileId(String value)Sets the value of the customerProfileId 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
-
customerProfileId
protected String customerProfileId
-
customerPaymentProfileId
protected String customerPaymentProfileId
-
sorting
protected TransactionListSorting sorting
-
paging
protected Paging paging
-
-
Method Detail
-
getCustomerProfileId
public String getCustomerProfileId()
Gets the value of the customerProfileId property.- Returns:
- possible object is
String
-
setCustomerProfileId
public void setCustomerProfileId(String value)
Sets the value of the customerProfileId property.- Parameters:
value- allowed object isString
-
getCustomerPaymentProfileId
public String getCustomerPaymentProfileId()
Gets the value of the customerPaymentProfileId property.- Returns:
- possible object is
String
-
setCustomerPaymentProfileId
public void setCustomerPaymentProfileId(String value)
Sets the value of the customerPaymentProfileId 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
-
-