public class CreateCustomerProfileFromTransactionRequest 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="transId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
<element name="customer" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileBaseType" minOccurs="0"/>
<element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomerProfileBaseType |
customer |
protected String |
customerProfileId |
protected String |
transId |
clientId, merchantAuthentication, refId| Constructor and Description |
|---|
CreateCustomerProfileFromTransactionRequest() |
| Modifier and Type | Method and Description |
|---|---|
CustomerProfileBaseType |
getCustomer()
Gets the value of the customer property.
|
String |
getCustomerProfileId()
Gets the value of the customerProfileId property.
|
String |
getTransId()
Gets the value of the transId property.
|
void |
setCustomer(CustomerProfileBaseType value)
Sets the value of the customer property.
|
void |
setCustomerProfileId(String value)
Sets the value of the customerProfileId property.
|
void |
setTransId(String value)
Sets the value of the transId property.
|
getClientId, getMerchantAuthentication, getRefId, setClientId, setMerchantAuthentication, setRefIdprotected String transId
protected CustomerProfileBaseType customer
protected String customerProfileId
public CreateCustomerProfileFromTransactionRequest()
public String getTransId()
Stringpublic void setTransId(String value)
value - allowed object is
Stringpublic CustomerProfileBaseType getCustomer()
CustomerProfileBaseTypepublic void setCustomer(CustomerProfileBaseType value)
value - allowed object is
CustomerProfileBaseTypepublic String getCustomerProfileId()
StringCopyright © 2016. All Rights Reserved.