public class CreateCustomerProfileResponse extends ANetApiResponse
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}ANetApiResponse">
<sequence>
<element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
<element name="customerPaymentProfileIdList" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfNumericString"/>
<element name="customerShippingAddressIdList" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfNumericString"/>
<element name="validationDirectResponseList" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfString"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfNumericString |
customerPaymentProfileIdList |
protected String |
customerProfileId |
protected ArrayOfNumericString |
customerShippingAddressIdList |
protected ArrayOfString |
validationDirectResponseList |
messages, refId, sessionToken| Constructor and Description |
|---|
CreateCustomerProfileResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfNumericString |
getCustomerPaymentProfileIdList()
Gets the value of the customerPaymentProfileIdList property.
|
String |
getCustomerProfileId()
Gets the value of the customerProfileId property.
|
ArrayOfNumericString |
getCustomerShippingAddressIdList()
Gets the value of the customerShippingAddressIdList property.
|
ArrayOfString |
getValidationDirectResponseList()
Gets the value of the validationDirectResponseList property.
|
void |
setCustomerPaymentProfileIdList(ArrayOfNumericString value)
Sets the value of the customerPaymentProfileIdList property.
|
void |
setCustomerProfileId(String value)
Sets the value of the customerProfileId property.
|
void |
setCustomerShippingAddressIdList(ArrayOfNumericString value)
Sets the value of the customerShippingAddressIdList property.
|
void |
setValidationDirectResponseList(ArrayOfString value)
Sets the value of the validationDirectResponseList property.
|
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionTokenprotected String customerProfileId
protected ArrayOfNumericString customerPaymentProfileIdList
protected ArrayOfNumericString customerShippingAddressIdList
protected ArrayOfString validationDirectResponseList
public String getCustomerProfileId()
Stringpublic void setCustomerProfileId(String value)
value - allowed object is
Stringpublic ArrayOfNumericString getCustomerPaymentProfileIdList()
ArrayOfNumericStringpublic void setCustomerPaymentProfileIdList(ArrayOfNumericString value)
value - allowed object is
ArrayOfNumericStringpublic ArrayOfNumericString getCustomerShippingAddressIdList()
ArrayOfNumericStringpublic void setCustomerShippingAddressIdList(ArrayOfNumericString value)
value - allowed object is
ArrayOfNumericStringpublic ArrayOfString getValidationDirectResponseList()
ArrayOfStringpublic void setValidationDirectResponseList(ArrayOfString value)
value - allowed object is
ArrayOfStringCopyright © 2021. All rights reserved.