public class TransactionCompletion extends TransactionAwareEntity
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected List<LineItem> |
baseLineItems |
protected Long |
createdBy |
protected OffsetDateTime |
createdOn |
protected String |
externalId |
protected OffsetDateTime |
failedOn |
protected FailureReason |
failureReason |
protected String |
invoiceMerchantReference |
protected List<Label> |
labels |
protected String |
language |
protected Boolean |
lastCompletion |
protected List<LineItem> |
lineItems |
protected TransactionLineItemVersion |
lineItemVersion |
protected TransactionCompletionMode |
mode |
protected OffsetDateTime |
nextUpdateOn |
protected String |
paymentInformation |
protected OffsetDateTime |
plannedPurgeDate |
protected OffsetDateTime |
processingOn |
protected String |
processorReference |
protected List<LineItem> |
remainingLineItems |
protected Long |
spaceViewId |
protected TransactionCompletionState |
state |
protected OffsetDateTime |
succeededOn |
protected BigDecimal |
taxAmount |
protected OffsetDateTime |
timeoutOn |
protected String |
timeZone |
protected Integer |
version |
id, linkedSpaceId, linkedTransaction| Constructor and Description |
|---|
TransactionCompletion() |
getId, getLinkedSpaceId, getLinkedTransactionprotected BigDecimal amount
protected Long createdBy
protected OffsetDateTime createdOn
protected String externalId
protected OffsetDateTime failedOn
protected FailureReason failureReason
protected String invoiceMerchantReference
protected String language
protected Boolean lastCompletion
protected TransactionLineItemVersion lineItemVersion
protected TransactionCompletionMode mode
protected OffsetDateTime nextUpdateOn
protected String paymentInformation
protected OffsetDateTime plannedPurgeDate
protected OffsetDateTime processingOn
protected String processorReference
protected Long spaceViewId
protected TransactionCompletionState state
protected OffsetDateTime succeededOn
protected BigDecimal taxAmount
protected String timeZone
protected OffsetDateTime timeoutOn
protected Integer version
public BigDecimal getAmount()
public List<LineItem> getBaseLineItems()
public Long getCreatedBy()
public OffsetDateTime getCreatedOn()
public String getExternalId()
public OffsetDateTime getFailedOn()
public FailureReason getFailureReason()
public String getInvoiceMerchantReference()
public String getLanguage()
public Boolean isLastCompletion()
public TransactionLineItemVersion getLineItemVersion()
public List<LineItem> getLineItems()
public TransactionCompletionMode getMode()
public OffsetDateTime getNextUpdateOn()
public String getPaymentInformation()
public OffsetDateTime getPlannedPurgeDate()
public OffsetDateTime getProcessingOn()
public String getProcessorReference()
public Long getSpaceViewId()
public TransactionCompletionState getState()
public OffsetDateTime getSucceededOn()
public BigDecimal getTaxAmount()
public String getTimeZone()
public OffsetDateTime getTimeoutOn()
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.