public class CustomerProfileSummaryType extends SearchCriteriaCustomerProfileType
Java class for customerProfileSummaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerProfileSummaryType">
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}searchCriteriaCustomerProfileType">
<sequence>
<element name="customerProfileId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
customerProfileId |
protected String |
description |
email, merchantCustomerId| Constructor and Description |
|---|
CustomerProfileSummaryType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerProfileId()
Gets the value of the customerProfileId property.
|
String |
getDescription()
Gets the value of the description property.
|
void |
setCustomerProfileId(String value)
Sets the value of the customerProfileId property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
getEmail, getMerchantCustomerId, setEmail, setMerchantCustomerIdprotected String customerProfileId
protected String description
public String getCustomerProfileId()
Stringpublic void setCustomerProfileId(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2015. All Rights Reserved.