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"/>
<element name="defaultPaymentProfile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="defaultShippingAddress" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="profileType" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileTypeEnum" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomerProfileBaseType |
customer |
protected String |
customerProfileId |
protected Boolean |
defaultPaymentProfile |
protected Boolean |
defaultShippingAddress |
protected CustomerProfileTypeEnum |
profileType |
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.
|
CustomerProfileTypeEnum |
getProfileType()
Gets the value of the profileType property.
|
String |
getTransId()
Gets the value of the transId property.
|
Boolean |
isDefaultPaymentProfile()
Gets the value of the defaultPaymentProfile property.
|
Boolean |
isDefaultShippingAddress()
Gets the value of the defaultShippingAddress property.
|
void |
setCustomer(CustomerProfileBaseType value)
Sets the value of the customer property.
|
void |
setCustomerProfileId(String value)
Sets the value of the customerProfileId property.
|
void |
setDefaultPaymentProfile(Boolean value)
Sets the value of the defaultPaymentProfile property.
|
void |
setDefaultShippingAddress(Boolean value)
Sets the value of the defaultShippingAddress property.
|
void |
setProfileType(CustomerProfileTypeEnum value)
Sets the value of the profileType 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
protected Boolean defaultPaymentProfile
protected Boolean defaultShippingAddress
protected CustomerProfileTypeEnum profileType
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()
Stringpublic void setCustomerProfileId(String value)
value - allowed object is
Stringpublic Boolean isDefaultPaymentProfile()
Booleanpublic void setDefaultPaymentProfile(Boolean value)
value - allowed object is
Booleanpublic Boolean isDefaultShippingAddress()
Booleanpublic void setDefaultShippingAddress(Boolean value)
value - allowed object is
Booleanpublic CustomerProfileTypeEnum getProfileType()
CustomerProfileTypeEnumpublic void setProfileType(CustomerProfileTypeEnum value)
value - allowed object is
CustomerProfileTypeEnumCopyright © 2021. All rights reserved.