public class GetCustomerPaymentProfileListRequest 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="searchType" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}CustomerPaymentProfileSearchTypeEnum"/>
<element name="month">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="4"/>
<maxLength value="7"/>
</restriction>
</simpleType>
</element>
<element name="sorting" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}CustomerPaymentProfileSorting" minOccurs="0"/>
<element name="paging" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}Paging" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
month |
protected Paging |
paging |
protected CustomerPaymentProfileSearchTypeEnum |
searchType |
protected CustomerPaymentProfileSorting |
sorting |
clientId, merchantAuthentication, refId| Constructor and Description |
|---|
GetCustomerPaymentProfileListRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMonth()
Gets the value of the month property.
|
Paging |
getPaging()
Gets the value of the paging property.
|
CustomerPaymentProfileSearchTypeEnum |
getSearchType()
Gets the value of the searchType property.
|
CustomerPaymentProfileSorting |
getSorting()
Gets the value of the sorting property.
|
void |
setMonth(String value)
Sets the value of the month property.
|
void |
setPaging(Paging value)
Sets the value of the paging property.
|
void |
setSearchType(CustomerPaymentProfileSearchTypeEnum value)
Sets the value of the searchType property.
|
void |
setSorting(CustomerPaymentProfileSorting value)
Sets the value of the sorting property.
|
getClientId, getMerchantAuthentication, getRefId, setClientId, setMerchantAuthentication, setRefIdprotected CustomerPaymentProfileSearchTypeEnum searchType
protected String month
protected CustomerPaymentProfileSorting sorting
protected Paging paging
public GetCustomerPaymentProfileListRequest()
public CustomerPaymentProfileSearchTypeEnum getSearchType()
CustomerPaymentProfileSearchTypeEnumpublic void setSearchType(CustomerPaymentProfileSearchTypeEnum value)
value - allowed object is
CustomerPaymentProfileSearchTypeEnumpublic String getMonth()
Stringpublic void setMonth(String value)
value - allowed object is
Stringpublic CustomerPaymentProfileSorting getSorting()
CustomerPaymentProfileSortingpublic void setSorting(CustomerPaymentProfileSorting value)
value - allowed object is
CustomerPaymentProfileSortingpublic Paging getPaging()
PagingCopyright © 2021. All rights reserved.