public class TransactionCompletion extends TransactionAwareEntity
id, linkedSpaceId, linkedTransaction| Constructor and Description |
|---|
TransactionCompletion() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getAmount()
The amount which is captured.
|
List<LineItem> |
getBaseLineItems()
The base line items on which the completion is applied on.
|
Long |
getCreatedBy() |
OffsetDateTime |
getCreatedOn()
The date and time when the object was created.
|
String |
getExternalId()
The external ID helps to identify the entity and a subsequent creation of an entity with the same ID will not create a new entity.
|
OffsetDateTime |
getFailedOn() |
FailureReason |
getFailureReason() |
String |
getInvoiceMerchantReference() |
List<Label> |
getLabels() |
String |
getLanguage()
The language that is linked to the object.
|
List<LineItem> |
getLineItems()
The line items which are captured.
|
TransactionLineItemVersion |
getLineItemVersion() |
TransactionCompletionMode |
getMode() |
OffsetDateTime |
getNextUpdateOn() |
String |
getPaymentInformation() |
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
OffsetDateTime |
getProcessingOn() |
String |
getProcessorReference() |
List<LineItem> |
getRemainingLineItems() |
Long |
getSpaceViewId() |
TransactionCompletionState |
getState()
The object's current state.
|
String |
getStatementDescriptor()
The statement descriptor explain charges or payments on bank statements.
|
OffsetDateTime |
getSucceededOn() |
BigDecimal |
getTaxAmount()
The total sum of all taxes of line items.
|
OffsetDateTime |
getTimeoutOn() |
String |
getTimeZone() |
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
Boolean |
isLastCompletion()
Indicates if this is the last completion.
|
String |
toString() |
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 String statementDescriptor
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 String getStatementDescriptor()
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 © 2023. All rights reserved.