Class TransactionFee

java.lang.Object
tech.corefinance.account.common.model.TransactionFee

public class TransactionFee extends Object
  • Constructor Details

    • TransactionFee

      public TransactionFee()
  • Method Details

    • getType

      public tech.corefinance.product.common.enums.DepositProductFeeType getType()
    • getCurrency

      public String getCurrency()
    • getAmount

      public double getAmount()
    • getVat

      public double getVat()
    • getTotal

      public double getTotal()
    • getFeeCode

      public String getFeeCode()
    • getFeeGroup

      public String getFeeGroup()
    • setType

      public void setType(tech.corefinance.product.common.enums.DepositProductFeeType type)
    • setCurrency

      public void setCurrency(String currency)
    • setAmount

      public void setAmount(double amount)
    • setVat

      public void setVat(double vat)
    • setTotal

      public void setTotal(double total)
    • setFeeCode

      public void setFeeCode(String feeCode)
    • setFeeGroup

      public void setFeeGroup(String feeGroup)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object