public class AbstractTokenUpdate extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
customerEmailAddress |
protected String |
customerId |
protected Boolean |
enabledForOneClickPayment |
protected String |
language |
protected String |
timeZone |
protected String |
tokenReference |
| Constructor and Description |
|---|
AbstractTokenUpdate() |
| Modifier and Type | Method and Description |
|---|---|
AbstractTokenUpdate |
customerEmailAddress(String customerEmailAddress) |
AbstractTokenUpdate |
customerId(String customerId) |
AbstractTokenUpdate |
enabledForOneClickPayment(Boolean enabledForOneClickPayment) |
boolean |
equals(Object o) |
String |
getCustomerEmailAddress()
The customer's email address.
|
String |
getCustomerId()
The unique identifier of the customer in the external system.
|
String |
getLanguage()
The language that is linked to the object.
|
String |
getTimeZone()
The customer's time zone, which affects how dates and times are formatted when communicating with the customer.
|
String |
getTokenReference()
The reference used to identify the payment token (e.g.
|
int |
hashCode() |
Boolean |
isEnabledForOneClickPayment()
Whether the token is enabled for one-click payments, which simplify the payment process for the customer.
|
AbstractTokenUpdate |
language(String language) |
void |
setCustomerEmailAddress(String customerEmailAddress) |
void |
setCustomerId(String customerId) |
void |
setEnabledForOneClickPayment(Boolean enabledForOneClickPayment) |
void |
setLanguage(String language) |
void |
setTimeZone(String timeZone) |
void |
setTokenReference(String tokenReference) |
AbstractTokenUpdate |
timeZone(String timeZone) |
AbstractTokenUpdate |
tokenReference(String tokenReference) |
String |
toString() |
protected String customerEmailAddress
protected String customerId
protected Boolean enabledForOneClickPayment
protected String language
protected String timeZone
protected String tokenReference
public AbstractTokenUpdate customerEmailAddress(String customerEmailAddress)
public String getCustomerEmailAddress()
public void setCustomerEmailAddress(String customerEmailAddress)
public AbstractTokenUpdate customerId(String customerId)
public String getCustomerId()
public void setCustomerId(String customerId)
public AbstractTokenUpdate enabledForOneClickPayment(Boolean enabledForOneClickPayment)
public Boolean isEnabledForOneClickPayment()
public void setEnabledForOneClickPayment(Boolean enabledForOneClickPayment)
public AbstractTokenUpdate language(String language)
public String getLanguage()
public void setLanguage(String language)
public AbstractTokenUpdate timeZone(String timeZone)
public String getTimeZone()
public void setTimeZone(String timeZone)
public AbstractTokenUpdate tokenReference(String tokenReference)
public String getTokenReference()
public void setTokenReference(String tokenReference)
Copyright © 2024. All rights reserved.