|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.data.cim.CustomerProfile
public class CustomerProfile
| Field Summary | |
|---|---|
protected String |
customerProfileId
|
protected String |
description
|
protected String |
email
|
protected String |
merchantCustomerId
|
protected ArrayList<Address> |
shipToAddressList
|
| Method Summary | |
|---|---|
void |
addShipToAddress(Address shipTo)
Add an address to the ship to list. |
static CustomerProfile |
createCustomerProfile()
Create a new CustomerProfile object |
String |
getCustomerProfileId()
Get the customer profile id. |
String |
getDescription()
Gets the value of the description property. |
String |
getEmail()
Gets the value of the email property. |
String |
getMerchantCustomerId()
Gets the value of the merchantCustomerId property. |
Address |
getShipToAddress()
Return the first (perhaps only) address in the list. |
ArrayList<Address> |
getShipToAddressList()
|
void |
setCustomerProfileId(String id)
Set the customer profile id. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setEmail(String value)
Sets the value of the email property. |
void |
setMerchantCustomerId(String value)
Sets the value of the merchantCustomerId property. |
void |
setShipToAddressList(ArrayList<Address> shipToAddressList)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String merchantCustomerId
protected String description
protected String email
protected String customerProfileId
protected ArrayList<Address> shipToAddressList
| Method Detail |
|---|
public static CustomerProfile createCustomerProfile()
public String getCustomerProfileId()
public void setCustomerProfileId(String id)
id - the id to setpublic String getMerchantCustomerId()
Stringpublic void setMerchantCustomerId(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic ArrayList<Address> getShipToAddressList()
public void setShipToAddressList(ArrayList<Address> shipToAddressList)
shipToAddressList - the shipToAddressList to setpublic void addShipToAddress(Address shipTo)
shipTo - public Address getShipToAddress()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||