public class TokenVersion extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
activatedOn |
protected Address |
billingAddress |
protected OffsetDateTime |
createdOn |
protected ChargeAttemptEnvironment |
environment |
protected OffsetDateTime |
expiresOn |
protected String |
iconUrl |
protected Long |
id |
protected List<Label> |
labels |
protected String |
language |
protected Long |
linkedSpaceId |
protected String |
name |
protected OffsetDateTime |
obsoletedOn |
protected PaymentConnectorConfiguration |
paymentConnectorConfiguration |
protected List<PaymentInformationHash> |
paymentInformationHashes |
protected Long |
paymentMethod |
protected Long |
paymentMethodBrand |
protected OffsetDateTime |
plannedPurgeDate |
protected String |
processorToken |
protected Address |
shippingAddress |
protected TokenVersionState |
state |
protected Token |
token |
protected TokenVersionType |
type |
protected Integer |
version |
| Constructor and Description |
|---|
TokenVersion() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getActivatedOn() |
Address |
getBillingAddress() |
OffsetDateTime |
getCreatedOn()
The date and time when the object was created.
|
ChargeAttemptEnvironment |
getEnvironment() |
OffsetDateTime |
getExpiresOn()
The expires on date indicates when token version expires.
|
String |
getIconUrl() |
Long |
getId()
A unique identifier for the object.
|
List<Label> |
getLabels() |
String |
getLanguage()
The language that is linked to the object.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
String |
getName() |
OffsetDateTime |
getObsoletedOn() |
PaymentConnectorConfiguration |
getPaymentConnectorConfiguration() |
List<PaymentInformationHash> |
getPaymentInformationHashes()
The payment information hash set contains hashes of the payment information represented by this token version.
|
Long |
getPaymentMethod() |
Long |
getPaymentMethodBrand() |
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
String |
getProcessorToken() |
Address |
getShippingAddress() |
TokenVersionState |
getState()
The object's current state.
|
Token |
getToken() |
TokenVersionType |
getType()
The token version type determines what kind of token it is and by which payment connector the token can be processed by.
|
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
String |
toString() |
protected OffsetDateTime activatedOn
protected Address billingAddress
protected OffsetDateTime createdOn
protected ChargeAttemptEnvironment environment
protected OffsetDateTime expiresOn
protected String iconUrl
protected Long id
protected String language
protected Long linkedSpaceId
protected String name
protected OffsetDateTime obsoletedOn
protected PaymentConnectorConfiguration paymentConnectorConfiguration
protected List<PaymentInformationHash> paymentInformationHashes
protected Long paymentMethod
protected Long paymentMethodBrand
protected OffsetDateTime plannedPurgeDate
protected String processorToken
protected Address shippingAddress
protected TokenVersionState state
protected Token token
protected TokenVersionType type
protected Integer version
public OffsetDateTime getActivatedOn()
public Address getBillingAddress()
public OffsetDateTime getCreatedOn()
public ChargeAttemptEnvironment getEnvironment()
public OffsetDateTime getExpiresOn()
public String getIconUrl()
public Long getId()
public String getLanguage()
public Long getLinkedSpaceId()
public String getName()
public OffsetDateTime getObsoletedOn()
public PaymentConnectorConfiguration getPaymentConnectorConfiguration()
public List<PaymentInformationHash> getPaymentInformationHashes()
public Long getPaymentMethod()
public Long getPaymentMethodBrand()
public OffsetDateTime getPlannedPurgeDate()
public String getProcessorToken()
public Address getShippingAddress()
public TokenVersionState getState()
public Token getToken()
public TokenVersionType getType()
public Integer getVersion()
Copyright © 2023. All rights reserved.