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 date and time when the object was created.
|
CurrencyBankAccount |
getCurrencyBankAccount()
The currency bank account which is used to handle money flow.
|
String |
getExternalId() |
BankTransactionFlowDirection |
getFlowDirection() |
Long |
getId()
A unique identifier for the object.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
BigDecimal |
getPostingAmount()
The posting amount indicates the amount including adjustments.
|
String |
getReference() |
Long |
getSource() |
BankTransactionState |
getState()
The object's current state.
|
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 is used for optimistic locking and incremented whenever the object is updated.
|
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 © 2023. All rights reserved.