public class RefundRecoveryBankTransaction extends TransactionAwareEntity
| Modifier and Type | Field and Description |
|---|---|
protected BankTransaction |
bankTransaction |
protected String |
language |
protected List<LineItem> |
lineItems |
protected Refund |
refund |
protected BigDecimal |
refundCurrencyAmount |
protected BigDecimal |
refundCurrencyValueAmount |
protected Long |
spaceViewId |
protected Integer |
version |
id, linkedSpaceId, linkedTransaction| Constructor and Description |
|---|
RefundRecoveryBankTransaction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BankTransaction |
getBankTransaction() |
String |
getLanguage() |
List<LineItem> |
getLineItems()
The line items contain the items which could be recovered.
|
Refund |
getRefund() |
BigDecimal |
getRefundCurrencyAmount()
Specify the posting amount in the refund's currency.
|
BigDecimal |
getRefundCurrencyValueAmount() |
Long |
getSpaceViewId() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
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 List<LineItem> getLineItems()
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 © 2022. All rights reserved.