public class GetCustomerPaymentProfileRequest 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="unmaskExpirationDate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="includeIssuerInfo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
customerPaymentProfileId |
protected String |
customerProfileId |
protected Boolean |
includeIssuerInfo |
protected Boolean |
unmaskExpirationDate |
clientId, merchantAuthentication, refId| Constructor and Description |
|---|
GetCustomerPaymentProfileRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerPaymentProfileId()
Gets the value of the customerPaymentProfileId property.
|
String |
getCustomerProfileId()
Gets the value of the customerProfileId property.
|
Boolean |
isIncludeIssuerInfo()
Gets the value of the includeIssuerInfo property.
|
Boolean |
isUnmaskExpirationDate()
Gets the value of the unmaskExpirationDate property.
|
void |
setCustomerPaymentProfileId(String value)
Sets the value of the customerPaymentProfileId property.
|
void |
setCustomerProfileId(String value)
Sets the value of the customerProfileId property.
|
void |
setIncludeIssuerInfo(Boolean value)
Sets the value of the includeIssuerInfo property.
|
void |
setUnmaskExpirationDate(Boolean value)
Sets the value of the unmaskExpirationDate property.
|
getClientId, getMerchantAuthentication, getRefId, setClientId, setMerchantAuthentication, setRefIdprotected String customerProfileId
protected String customerPaymentProfileId
protected Boolean unmaskExpirationDate
protected Boolean includeIssuerInfo
public String getCustomerProfileId()
Stringpublic void setCustomerProfileId(String value)
value - allowed object is
Stringpublic String getCustomerPaymentProfileId()
Stringpublic void setCustomerPaymentProfileId(String value)
value - allowed object is
Stringpublic Boolean isUnmaskExpirationDate()
Booleanpublic void setUnmaskExpirationDate(Boolean value)
value - allowed object is
Booleanpublic Boolean isIncludeIssuerInfo()
BooleanCopyright © 2021. All rights reserved.