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 java.lang.String |
customerProfileId |
protected java.lang.Boolean |
defaultPaymentProfile |
protected java.lang.Boolean |
defaultShippingAddress |
protected CustomerProfileTypeEnum |
profileType |
protected java.lang.String |
transId |
clientId, merchantAuthentication, refId| Constructor and Description |
|---|
CreateCustomerProfileFromTransactionRequest() |
| Modifier and Type | Method and Description |
|---|---|
CustomerProfileBaseType |
getCustomer()
Gets the value of the customer property.
|
java.lang.String |
getCustomerProfileId()
Gets the value of the customerProfileId property.
|
CustomerProfileTypeEnum |
getProfileType()
Gets the value of the profileType property.
|
java.lang.String |
getTransId()
Gets the value of the transId property.
|
java.lang.Boolean |
isDefaultPaymentProfile()
Gets the value of the defaultPaymentProfile property.
|
java.lang.Boolean |
isDefaultShippingAddress()
Gets the value of the defaultShippingAddress property.
|
void |
setCustomer(CustomerProfileBaseType value)
Sets the value of the customer property.
|
void |
setCustomerProfileId(java.lang.String value)
Sets the value of the customerProfileId property.
|
void |
setDefaultPaymentProfile(java.lang.Boolean value)
Sets the value of the defaultPaymentProfile property.
|
void |
setDefaultShippingAddress(java.lang.Boolean value)
Sets the value of the defaultShippingAddress property.
|
void |
setProfileType(CustomerProfileTypeEnum value)
Sets the value of the profileType property.
|
void |
setTransId(java.lang.String value)
Sets the value of the transId property.
|
getClientId, getMerchantAuthentication, getRefId, setClientId, setMerchantAuthentication, setRefIdprotected java.lang.String transId
protected CustomerProfileBaseType customer
protected java.lang.String customerProfileId
protected java.lang.Boolean defaultPaymentProfile
protected java.lang.Boolean defaultShippingAddress
protected CustomerProfileTypeEnum profileType
public CreateCustomerProfileFromTransactionRequest()
public java.lang.String getTransId()
Stringpublic void setTransId(java.lang.String value)
value - allowed object is
Stringpublic CustomerProfileBaseType getCustomer()
CustomerProfileBaseTypepublic void setCustomer(CustomerProfileBaseType value)
value - allowed object is
CustomerProfileBaseTypepublic java.lang.String getCustomerProfileId()
Stringpublic void setCustomerProfileId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isDefaultPaymentProfile()
Booleanpublic void setDefaultPaymentProfile(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isDefaultShippingAddress()
Booleanpublic void setDefaultShippingAddress(java.lang.Boolean value)
value - allowed object is
Booleanpublic CustomerProfileTypeEnum getProfileType()
CustomerProfileTypeEnumpublic void setProfileType(CustomerProfileTypeEnum value)
value - allowed object is
CustomerProfileTypeEnumCopyright © 2018. All Rights Reserved.