public class CustomerProfileInfoExType extends CustomerProfileExType
Java class for customerProfileInfoExType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerProfileInfoExType">
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileExType">
<sequence>
<element name="profileType" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileTypeEnum" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomerProfileTypeEnum |
profileType |
customerProfileIddescription, email, merchantCustomerId| Constructor and Description |
|---|
CustomerProfileInfoExType() |
| Modifier and Type | Method and Description |
|---|---|
CustomerProfileTypeEnum |
getProfileType()
Gets the value of the profileType property.
|
void |
setProfileType(CustomerProfileTypeEnum value)
Sets the value of the profileType property.
|
getCustomerProfileId, setCustomerProfileIdgetDescription, getEmail, getMerchantCustomerId, setDescription, setEmail, setMerchantCustomerIdprotected CustomerProfileTypeEnum profileType
public CustomerProfileTypeEnum getProfileType()
CustomerProfileTypeEnumpublic void setProfileType(CustomerProfileTypeEnum value)
value - allowed object is
CustomerProfileTypeEnumCopyright © 2018. All Rights Reserved.