public class GetCustomerPaymentProfileNonceRequest 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="connectedAccessToken" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
<element name="customerPaymentProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
connectedAccessToken |
protected String |
customerPaymentProfileId |
protected String |
customerProfileId |
clientId, merchantAuthentication, refId| Constructor and Description |
|---|
GetCustomerPaymentProfileNonceRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectedAccessToken()
Gets the value of the connectedAccessToken property.
|
String |
getCustomerPaymentProfileId()
Gets the value of the customerPaymentProfileId property.
|
String |
getCustomerProfileId()
Gets the value of the customerProfileId property.
|
void |
setConnectedAccessToken(String value)
Sets the value of the connectedAccessToken property.
|
void |
setCustomerPaymentProfileId(String value)
Sets the value of the customerPaymentProfileId property.
|
void |
setCustomerProfileId(String value)
Sets the value of the customerProfileId property.
|
getClientId, getMerchantAuthentication, getRefId, setClientId, setMerchantAuthentication, setRefIdprotected String connectedAccessToken
protected String customerProfileId
protected String customerPaymentProfileId
public GetCustomerPaymentProfileNonceRequest()
public String getConnectedAccessToken()
Stringpublic void setConnectedAccessToken(String value)
value - allowed object is
Stringpublic String getCustomerProfileId()
Stringpublic void setCustomerProfileId(String value)
value - allowed object is
Stringpublic String getCustomerPaymentProfileId()
StringCopyright © 2021. All rights reserved.