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