public class

Customer

extends HandshakeObject
java.lang.Object
   ↳ org.mule.modules.handshake.core.HandshakeObject
     ↳ org.mule.modules.handshake.core.Customer

Class Overview

Representation of a Customer resource in Handshake http://www.handshake-app.com/help/kb/api/customer-resource

Summary

Fields
private Address billTo
private String contact
private List<CreditCard> creditCards
private String currency
private CustomerGroup customerGroup
private String defaultShipTo
private String email
private String id
private String locale
private String name
private String paymentTerms
private String resourceUri
private List<Address> shipTos
private String shippingMethod
private String taxId
private UserGroup userGroup
[Expand]
Inherited Fields
From class org.mule.modules.handshake.core.HandshakeObject
Public Constructors
Customer()
Public Methods
Address getBillTo()
String getContact()
List<CreditCard> getCreditCards()
String getCurrency()
CustomerGroup getCustomerGroup()
String getDefaultShipTo()
String getEmail()
String getId()
String getLocale()
String getName()
String getPaymentTerms()
String getResourceUri()
List<Address> getShipTos()
String getShippingMethod()
String getTaxId()
UserGroup getUserGroup()
void setBillTo(Address billTo)
void setContact(String contact)
void setCreditCards(List<CreditCard> creditCards)
void setCurrency(String currency)
void setCustomerGroup(CustomerGroup customerGroup)
void setDefaultShipTo(String defaultShipTo)
void setEmail(String email)
void setId(String id)
void setLocale(String locale)
void setName(String name)
void setPaymentTerms(String paymentTerms)
void setResourceUri(String resourceUri)
void setShipTos(List<Address> shipTos)
void setShippingMethod(String shippingMethod)
void setTaxId(String taxId)
void setUserGroup(UserGroup userGroup)
[Expand]
Inherited Methods
From class org.mule.modules.handshake.core.HandshakeObject
From class java.lang.Object

Fields

private Address billTo

private String contact

private List<CreditCard> creditCards

private String currency

private CustomerGroup customerGroup

private String defaultShipTo

private String email

private String id

private String locale

private String name

private String paymentTerms

private String resourceUri

private List<Address> shipTos

private String shippingMethod

private String taxId

private UserGroup userGroup

Public Constructors

public Customer ()

Public Methods

public Address getBillTo ()

public String getContact ()

public List<CreditCard> getCreditCards ()

public String getCurrency ()

public CustomerGroup getCustomerGroup ()

public String getDefaultShipTo ()

public String getEmail ()

public String getId ()

public String getLocale ()

public String getName ()

public String getPaymentTerms ()

public String getResourceUri ()

public List<Address> getShipTos ()

public String getShippingMethod ()

public String getTaxId ()

public UserGroup getUserGroup ()

public void setBillTo (Address billTo)

Parameters
billTo

public void setContact (String contact)

Parameters
contact

public void setCreditCards (List<CreditCard> creditCards)

Parameters
creditCards

public void setCurrency (String currency)

Parameters
currency

public void setCustomerGroup (CustomerGroup customerGroup)

Parameters
customerGroup

public void setDefaultShipTo (String defaultShipTo)

Parameters
defaultShipTo

public void setEmail (String email)

Parameters
email

public void setId (String id)

Parameters
id

public void setLocale (String locale)

Parameters
locale

public void setName (String name)

Parameters
name

public void setPaymentTerms (String paymentTerms)

Parameters
paymentTerms

public void setResourceUri (String resourceUri)

Parameters
resourceUri

public void setShipTos (List<Address> shipTos)

Parameters
shipTos

public void setShippingMethod (String shippingMethod)

Parameters
shippingMethod

public void setTaxId (String taxId)

Parameters
taxId

public void setUserGroup (UserGroup userGroup)

Parameters
userGroup