public class Token extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdOn |
protected String |
customerEmailAddress |
protected String |
customerId |
protected Boolean |
enabledForOneClickPayment |
protected String |
externalId |
protected Long |
id |
protected String |
language |
protected Long |
linkedSpaceId |
protected OffsetDateTime |
plannedPurgeDate |
protected CreationEntityState |
state |
protected String |
timeZone |
protected String |
tokenReference |
protected Integer |
version |
| Constructor and Description |
|---|
Token() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getCreatedOn()
The created on date indicates the date on which the entity was stored into the database.
|
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 |
getExternalId()
A client generated nonce which identifies the entity to be created.
|
Long |
getId()
The ID is the primary key of the entity.
|
String |
getLanguage() |
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
CreationEntityState |
getState() |
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.
|
Integer |
getVersion()
The version number indicates the version of the entity.
|
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.
|
String |
toString() |
protected OffsetDateTime createdOn
protected String customerEmailAddress
protected String customerId
protected Boolean enabledForOneClickPayment
protected String externalId
protected Long id
protected String language
protected Long linkedSpaceId
protected OffsetDateTime plannedPurgeDate
protected CreationEntityState state
protected String timeZone
protected String tokenReference
protected Integer version
public OffsetDateTime getCreatedOn()
public String getCustomerEmailAddress()
public String getCustomerId()
public Boolean isEnabledForOneClickPayment()
public String getExternalId()
public Long getId()
public String getLanguage()
public Long getLinkedSpaceId()
public OffsetDateTime getPlannedPurgeDate()
public CreationEntityState getState()
public String getTimeZone()
public String getTokenReference()
public Integer getVersion()
Copyright © 2021. All rights reserved.