public class UpdateCustomerProfileRequest 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="profile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileExType"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CustomerProfileExType |
profile |
clientId, merchantAuthentication, refId
Constructor and Description |
---|
UpdateCustomerProfileRequest() |
Modifier and Type | Method and Description |
---|---|
CustomerProfileExType |
getProfile()
Gets the value of the profile property.
|
void |
setProfile(CustomerProfileExType value)
Sets the value of the profile property.
|
getClientId, getMerchantAuthentication, getRefId, setClientId, setMerchantAuthentication, setRefId
protected CustomerProfileExType profile
public CustomerProfileExType getProfile()
CustomerProfileExType
public void setProfile(CustomerProfileExType value)
value
- allowed object is
CustomerProfileExType
Copyright © 2021. All rights reserved.