public class RefundBankTransaction extends TransactionAwareEntity
| Modifier and Type | Field and Description |
|---|---|
protected BankTransaction |
bankTransaction |
protected String |
language |
protected Refund |
refund |
protected BigDecimal |
refundCurrencyAmount |
protected BigDecimal |
refundCurrencyValueAmount |
protected Long |
spaceViewId |
protected Integer |
version |
id, linkedSpaceId, linkedTransaction| Constructor and Description |
|---|
RefundBankTransaction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BankTransaction |
getBankTransaction() |
String |
getLanguage()
The language that is linked to the object.
|
Refund |
getRefund() |
BigDecimal |
getRefundCurrencyAmount()
Specify the posting amount in the refund's currency.
|
BigDecimal |
getRefundCurrencyValueAmount() |
Long |
getSpaceViewId() |
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
String |
toString() |
getId, getLinkedSpaceId, getLinkedTransactionprotected BankTransaction bankTransaction
protected String language
protected Refund refund
protected BigDecimal refundCurrencyAmount
protected BigDecimal refundCurrencyValueAmount
protected Long spaceViewId
protected Integer version
public BankTransaction getBankTransaction()
public String getLanguage()
public Refund getRefund()
public BigDecimal getRefundCurrencyAmount()
public BigDecimal getRefundCurrencyValueAmount()
public Long getSpaceViewId()
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.