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 date and time when the object was created.
|
String |
getCustomerEmailAddress()
The customer's email address.
|
String |
getCustomerId()
The unique identifier of the customer in the external system.
|
String |
getExternalId()
A client generated nonce which identifies the entity to be created.
|
Long |
getId()
A unique identifier for the object.
|
String |
getLanguage()
The language that is linked to the object.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
CreationEntityState |
getState()
The object's current state.
|
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.
|
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
Boolean |
isEnabledForOneClickPayment()
Whether the token is enabled for one-click payments, which simplify the payment process for the customer.
|
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 © 2024. All rights reserved.