public class GatewayCustomerDTO<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
additionalFields |
protected String |
companyName |
protected String |
customerId |
protected String |
email |
protected String |
fax |
protected String |
firstName |
protected String |
lastName |
protected String |
mobile |
protected T |
parent |
protected String |
phone |
protected String |
website |
Constructor and Description |
---|
GatewayCustomerDTO() |
GatewayCustomerDTO(T parent) |
Modifier and Type | Method and Description |
---|---|
GatewayCustomerDTO<T> |
additionalFields(String key,
Object value) |
GatewayCustomerDTO<T> |
companyName(String companyName) |
GatewayCustomerDTO<T> |
customerId(String customerId) |
boolean |
customerPopulated() |
T |
done() |
GatewayCustomerDTO<T> |
email(String email) |
GatewayCustomerDTO<T> |
fax(String fax) |
GatewayCustomerDTO<T> |
firstName(String firstName) |
Map<String,Object> |
getAdditionalFields() |
String |
getCompanyName() |
String |
getCustomerId() |
String |
getEmail() |
String |
getFax() |
String |
getFirstName() |
String |
getLastName() |
String |
getMobile() |
String |
getPhone() |
String |
getWebsite() |
GatewayCustomerDTO<T> |
lastName(String lastName) |
GatewayCustomerDTO<T> |
mobile(String mobile) |
GatewayCustomerDTO<T> |
phone(String phone) |
GatewayCustomerDTO<T> |
website(String website) |
protected T parent
protected String customerId
protected String firstName
protected String lastName
protected String companyName
protected String phone
protected String mobile
protected String fax
protected String website
protected String email
public GatewayCustomerDTO()
public GatewayCustomerDTO(T parent)
public T done()
public GatewayCustomerDTO<T> additionalFields(String key, Object value)
public GatewayCustomerDTO<T> customerId(String customerId)
public GatewayCustomerDTO<T> firstName(String firstName)
public GatewayCustomerDTO<T> lastName(String lastName)
public GatewayCustomerDTO<T> companyName(String companyName)
public GatewayCustomerDTO<T> phone(String phone)
public GatewayCustomerDTO<T> mobile(String mobile)
public GatewayCustomerDTO<T> fax(String fax)
public GatewayCustomerDTO<T> website(String website)
public GatewayCustomerDTO<T> email(String email)
public String getCustomerId()
public String getFirstName()
public String getLastName()
public String getCompanyName()
public String getPhone()
public String getMobile()
public String getFax()
public String getWebsite()
public String getEmail()
public boolean customerPopulated()
Copyright © 2022. All rights reserved.