public class CustomerProfileExType extends CustomerProfileBaseType
Java class for customerProfileExType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerProfileExType">
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileBaseType">
<sequence>
<element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
customerProfileId |
description, email, merchantCustomerId| Constructor and Description |
|---|
CustomerProfileExType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCustomerProfileId()
Gets the value of the customerProfileId property.
|
void |
setCustomerProfileId(java.lang.String value)
Sets the value of the customerProfileId property.
|
getDescription, getEmail, getMerchantCustomerId, setDescription, setEmail, setMerchantCustomerIdpublic java.lang.String getCustomerProfileId()
Stringpublic void setCustomerProfileId(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.