Class TransactionFee
java.lang.Object
tech.corefinance.account.common.model.TransactionFee
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleandoubledoublegetTotal()tech.corefinance.product.common.enums.DepositProductFeeTypegetType()doublegetVat()inthashCode()voidsetAmount(double amount) voidsetCurrency(String currency) voidsetFeeCode(String feeCode) voidsetFeeGroup(String feeGroup) voidsetTotal(double total) voidsetType(tech.corefinance.product.common.enums.DepositProductFeeType type) voidsetVat(double vat) toString()
-
Constructor Details
-
TransactionFee
public TransactionFee()
-
-
Method Details
-
getType
public tech.corefinance.product.common.enums.DepositProductFeeType getType() -
getCurrency
-
getAmount
public double getAmount() -
getVat
public double getVat() -
getTotal
public double getTotal() -
getFeeCode
-
getFeeGroup
-
setType
public void setType(tech.corefinance.product.common.enums.DepositProductFeeType type) -
setCurrency
-
setAmount
public void setAmount(double amount) -
setVat
public void setVat(double vat) -
setTotal
public void setTotal(double total) -
setFeeCode
-
setFeeGroup
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-