public interface OrderCustomer
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerAttributesJson() |
Map<String,Object> |
getCustomerAttributesMap() |
List<CustomerPayment> |
getCustomerPayments() |
String |
getEmailAddress() |
Long |
getExternalId() |
String |
getFirstName() |
Long |
getId() |
String |
getLastName() |
Boolean |
getTaxExempt() |
String |
getTaxExemptionCode() |
boolean |
isAnonymous() |
void |
setAnonymous(boolean anonymous) |
void |
setCustomerAttributesJson(String customerAttributesJson) |
void |
setCustomerPayments(List<CustomerPayment> customerPayments) |
void |
setEmailAddress(String emailAddress) |
void |
setExternalId(Long externalId) |
void |
setFirstName(String firstName) |
void |
setId(Long id) |
void |
setLastName(String lastName) |
void |
setTaxExempt(Boolean taxExempt) |
void |
setTaxExemptionCode(String taxExemptionCode) |
Long getId()
Long getExternalId()
String getFirstName()
String getLastName()
String getEmailAddress()
List<CustomerPayment> getCustomerPayments()
boolean isAnonymous()
void setId(Long id)
void setExternalId(Long externalId)
void setEmailAddress(String emailAddress)
void setLastName(String lastName)
void setFirstName(String firstName)
void setCustomerPayments(List<CustomerPayment> customerPayments)
Boolean getTaxExempt()
void setTaxExempt(Boolean taxExempt)
String getTaxExemptionCode()
void setTaxExemptionCode(String taxExemptionCode)
String getCustomerAttributesJson()
void setCustomerAttributesJson(String customerAttributesJson)
Map<String,Object> getCustomerAttributesMap() throws IOException
IOExceptionvoid setAnonymous(boolean anonymous)
Copyright © 2017. All rights reserved.