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 email address is the email address of the customer.
|
String |
getCustomerId()
The customer ID identifies the customer in the merchant system.
|
String |
getLanguage()
The language that is linked to the object.
|
String |
getTimeZone()
The time zone defines in which time zone the customer is located in.
|
String |
getTokenReference()
Use something that it is easy to identify and may help you find the token (e.g.
|
int |
hashCode() |
Boolean |
isEnabledForOneClickPayment()
When a token is enabled for one-click payments the buyer will be able to select the token within the iFrame or on the payment page to pay with the token.
|
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 © 2023. All rights reserved.