@Deprecated
public class CustomerProfile
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
customerProfileId
Deprecated.
|
protected java.lang.String |
description
Deprecated.
|
protected java.lang.String |
email
Deprecated.
|
protected java.lang.String |
merchantCustomerId
Deprecated.
|
protected java.util.ArrayList<Address> |
shipToAddressList
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addShipToAddress(Address shipTo)
Deprecated.
Add an address to the ship to list.
|
static CustomerProfile |
createCustomerProfile()
Deprecated.
Create a new CustomerProfile object
|
java.lang.String |
getCustomerProfileId()
Deprecated.
Get the customer profile id.
|
java.lang.String |
getDescription()
Deprecated.
Gets the value of the description property.
|
java.lang.String |
getEmail()
Deprecated.
Gets the value of the email property.
|
java.lang.String |
getMerchantCustomerId()
Deprecated.
Gets the value of the merchantCustomerId property.
|
Address |
getShipToAddress()
Deprecated.
Return the first (perhaps only) address in the list.
|
java.util.ArrayList<Address> |
getShipToAddressList()
Deprecated.
|
void |
setCustomerProfileId(java.lang.String id)
Deprecated.
Set the customer profile id.
|
void |
setDescription(java.lang.String value)
Deprecated.
Sets the value of the description property.
|
void |
setEmail(java.lang.String value)
Deprecated.
Sets the value of the email property.
|
void |
setMerchantCustomerId(java.lang.String value)
Deprecated.
Sets the value of the merchantCustomerId property.
|
void |
setShipToAddressList(java.util.ArrayList<Address> shipToAddressList)
Deprecated.
|
protected java.lang.String merchantCustomerId
protected java.lang.String description
protected java.lang.String email
protected java.lang.String customerProfileId
protected java.util.ArrayList<Address> shipToAddressList
public static CustomerProfile createCustomerProfile()
public java.lang.String getCustomerProfileId()
public void setCustomerProfileId(java.lang.String id)
id - the id to setpublic java.lang.String getMerchantCustomerId()
Stringpublic void setMerchantCustomerId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEmail()
Stringpublic void setEmail(java.lang.String value)
value - allowed object is
Stringpublic java.util.ArrayList<Address> getShipToAddressList()
public void setShipToAddressList(java.util.ArrayList<Address> shipToAddressList)
shipToAddressList - the shipToAddressList to setpublic void addShipToAddress(Address shipTo)
shipTo - public Address getShipToAddress()
Copyright © 2018. All Rights Reserved.