public class BankTransaction extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<PaymentAdjustment> |
adjustments |
protected Long |
createdBy |
protected OffsetDateTime |
createdOn |
protected CurrencyBankAccount |
currencyBankAccount |
protected String |
externalId |
protected BankTransactionFlowDirection |
flowDirection |
protected Long |
id |
protected Long |
linkedSpaceId |
protected OffsetDateTime |
plannedPurgeDate |
protected BigDecimal |
postingAmount |
protected String |
reference |
protected Long |
source |
protected BankTransactionState |
state |
protected BigDecimal |
totalAdjustmentAmountIncludingTax |
protected Long |
type |
protected BigDecimal |
valueAmount |
protected OffsetDateTime |
valueDate |
protected Integer |
version |
| Constructor and Description |
|---|
BankTransaction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<PaymentAdjustment> |
getAdjustments()
The adjustments applied on this bank transaction.
|
Long |
getCreatedBy()
The created by indicates the user which has created the bank transaction.
|
OffsetDateTime |
getCreatedOn()
The created on date indicates the date on which the entity was stored into the database.
|
CurrencyBankAccount |
getCurrencyBankAccount()
The currency bank account which is used to handle money flow.
|
String |
getExternalId() |
BankTransactionFlowDirection |
getFlowDirection() |
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
BigDecimal |
getPostingAmount()
The posting amount indicates the amount including adjustments.
|
String |
getReference() |
Long |
getSource() |
BankTransactionState |
getState() |
BigDecimal |
getTotalAdjustmentAmountIncludingTax() |
Long |
getType() |
BigDecimal |
getValueAmount() |
OffsetDateTime |
getValueDate()
The value date describes the date the amount is effective on the account.
|
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
protected List<PaymentAdjustment> adjustments
protected Long createdBy
protected OffsetDateTime createdOn
protected CurrencyBankAccount currencyBankAccount
protected String externalId
protected BankTransactionFlowDirection flowDirection
protected Long id
protected Long linkedSpaceId
protected OffsetDateTime plannedPurgeDate
protected BigDecimal postingAmount
protected String reference
protected Long source
protected BankTransactionState state
protected BigDecimal totalAdjustmentAmountIncludingTax
protected Long type
protected BigDecimal valueAmount
protected OffsetDateTime valueDate
protected Integer version
public List<PaymentAdjustment> getAdjustments()
public Long getCreatedBy()
public OffsetDateTime getCreatedOn()
public CurrencyBankAccount getCurrencyBankAccount()
public String getExternalId()
public BankTransactionFlowDirection getFlowDirection()
public Long getId()
public Long getLinkedSpaceId()
public OffsetDateTime getPlannedPurgeDate()
public BigDecimal getPostingAmount()
public String getReference()
public Long getSource()
public BankTransactionState getState()
public BigDecimal getTotalAdjustmentAmountIncludingTax()
public Long getType()
public BigDecimal getValueAmount()
public OffsetDateTime getValueDate()
public Integer getVersion()
Copyright © 2022. All rights reserved.