public class ChargeAttempt extends TransactionAwareEntity
| Modifier and Type | Field and Description |
|---|---|
protected Charge |
charge |
protected TransactionCompletionBehavior |
completionBehavior |
protected PaymentConnectorConfiguration |
connectorConfiguration |
protected OffsetDateTime |
createdOn |
protected ChargeAttemptEnvironment |
environment |
protected OffsetDateTime |
failedOn |
protected FailureReason |
failureReason |
protected Boolean |
initializingTokenVersion |
protected ConnectorInvocation |
invocation |
protected List<Label> |
labels |
protected String |
language |
protected OffsetDateTime |
nextUpdateOn |
protected OffsetDateTime |
plannedPurgeDate |
protected String |
redirectionUrl |
protected Long |
salesChannel |
protected Long |
spaceViewId |
protected ChargeAttemptState |
state |
protected OffsetDateTime |
succeededOn |
protected PaymentTerminal |
terminal |
protected OffsetDateTime |
timeoutOn |
protected String |
timeZone |
protected TokenVersion |
tokenVersion |
protected String |
userFailureMessage |
protected Integer |
version |
id, linkedSpaceId, linkedTransaction| Constructor and Description |
|---|
ChargeAttempt() |
getId, getLinkedSpaceId, getLinkedTransactionprotected Charge charge
protected TransactionCompletionBehavior completionBehavior
protected PaymentConnectorConfiguration connectorConfiguration
protected OffsetDateTime createdOn
protected ChargeAttemptEnvironment environment
protected OffsetDateTime failedOn
protected FailureReason failureReason
protected Boolean initializingTokenVersion
protected ConnectorInvocation invocation
protected String language
protected OffsetDateTime nextUpdateOn
protected OffsetDateTime plannedPurgeDate
protected String redirectionUrl
protected Long salesChannel
protected Long spaceViewId
protected ChargeAttemptState state
protected OffsetDateTime succeededOn
protected PaymentTerminal terminal
protected String timeZone
protected OffsetDateTime timeoutOn
protected TokenVersion tokenVersion
protected String userFailureMessage
protected Integer version
public Charge getCharge()
public TransactionCompletionBehavior getCompletionBehavior()
public PaymentConnectorConfiguration getConnectorConfiguration()
public OffsetDateTime getCreatedOn()
public ChargeAttemptEnvironment getEnvironment()
public OffsetDateTime getFailedOn()
public FailureReason getFailureReason()
public Boolean isInitializingTokenVersion()
public ConnectorInvocation getInvocation()
public String getLanguage()
public OffsetDateTime getNextUpdateOn()
public OffsetDateTime getPlannedPurgeDate()
public String getRedirectionUrl()
public Long getSalesChannel()
public Long getSpaceViewId()
public ChargeAttemptState getState()
public OffsetDateTime getSucceededOn()
public PaymentTerminal getTerminal()
public String getTimeZone()
public OffsetDateTime getTimeoutOn()
public TokenVersion getTokenVersion()
public String getUserFailureMessage()
public Integer getVersion()
public boolean equals(Object o)
equals in class TransactionAwareEntitypublic int hashCode()
hashCode in class TransactionAwareEntitypublic String toString()
toString in class TransactionAwareEntityCopyright © 2021. All rights reserved.