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, setRefId
protected String transId
protected CustomerProfileBaseType customer
protected String customerProfileId
protected Boolean defaultPaymentProfile
protected Boolean defaultShippingAddress
protected CustomerProfileTypeEnum profileType
public CreateCustomerProfileFromTransactionRequest()
public String getTransId()
String
public void setTransId(String value)
value
- allowed object is
String
public CustomerProfileBaseType getCustomer()
CustomerProfileBaseType
public void setCustomer(CustomerProfileBaseType value)
value
- allowed object is
CustomerProfileBaseType
public String getCustomerProfileId()
String
public void setCustomerProfileId(String value)
value
- allowed object is
String
public Boolean isDefaultPaymentProfile()
Boolean
public void setDefaultPaymentProfile(Boolean value)
value
- allowed object is
Boolean
public Boolean isDefaultShippingAddress()
Boolean
public void setDefaultShippingAddress(Boolean value)
value
- allowed object is
Boolean
public CustomerProfileTypeEnum getProfileType()
CustomerProfileTypeEnum
public void setProfileType(CustomerProfileTypeEnum value)
value
- allowed object is
CustomerProfileTypeEnum
Copyright © 2021. All rights reserved.