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 created on date indicates the date on which the entity was stored into the database.
|
ChargeAttemptEnvironment |
getEnvironment() |
OffsetDateTime |
getExpiresOn()
The expires on date indicates when token version expires.
|
String |
getIconUrl() |
Long |
getId()
The ID is the primary key of the entity.
|
List<Label> |
getLabels() |
String |
getLanguage() |
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity 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 planned purge date indicates when the entity is permanently removed.
|
String |
getProcessorToken() |
Address |
getShippingAddress() |
TokenVersionState |
getState() |
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 number indicates the version of the entity.
|
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 © 2021. All rights reserved.