Package de.adorsys.psd2.xs2a.core.pis
Class Xs2aCurrencyConversionInfo
- java.lang.Object
-
- de.adorsys.psd2.xs2a.core.pis.Xs2aCurrencyConversionInfo
-
public class Xs2aCurrencyConversionInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description Xs2aCurrencyConversionInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Xs2aAmountgetCurrencyConversionFees()Xs2aAmountgetEstimatedInterbankSettlementAmount()Xs2aAmountgetEstimatedTotalAmount()Xs2aAmountgetTransactionFees()inthashCode()voidsetCurrencyConversionFees(Xs2aAmount currencyConversionFees)voidsetEstimatedInterbankSettlementAmount(Xs2aAmount estimatedInterbankSettlementAmount)voidsetEstimatedTotalAmount(Xs2aAmount estimatedTotalAmount)voidsetTransactionFees(Xs2aAmount transactionFees)StringtoString()
-
-
-
Method Detail
-
getTransactionFees
public Xs2aAmount getTransactionFees()
-
getCurrencyConversionFees
public Xs2aAmount getCurrencyConversionFees()
-
getEstimatedTotalAmount
public Xs2aAmount getEstimatedTotalAmount()
-
getEstimatedInterbankSettlementAmount
public Xs2aAmount getEstimatedInterbankSettlementAmount()
-
setTransactionFees
public void setTransactionFees(Xs2aAmount transactionFees)
-
setCurrencyConversionFees
public void setCurrencyConversionFees(Xs2aAmount currencyConversionFees)
-
setEstimatedTotalAmount
public void setEstimatedTotalAmount(Xs2aAmount estimatedTotalAmount)
-
setEstimatedInterbankSettlementAmount
public void setEstimatedInterbankSettlementAmount(Xs2aAmount estimatedInterbankSettlementAmount)
-
canEqual
protected boolean canEqual(Object other)
-
-