Class WithdrawalLimit

java.lang.Object
tech.corefinance.product.model.WithdrawalLimit

public class WithdrawalLimit extends Object
  • Constructor Details

    • WithdrawalLimit

      public WithdrawalLimit()
  • Method Details

    • getCurrencyId

      public String getCurrencyId()
    • getCurrencyName

      public String getCurrencyName()
    • getType

      public WithdrawalLimitType getType()
      Limit type.
    • getChannelId

      public String getChannelId()
      Channel ID null mean apply for all channel.
    • getValue

      public double getValue()
      Limit amount.
    • setCurrencyId

      public void setCurrencyId(String currencyId)
    • setCurrencyName

      public void setCurrencyName(String currencyName)
    • setType

      public void setType(WithdrawalLimitType type)
      Limit type.
    • setChannelId

      public void setChannelId(String channelId)
      Channel ID null mean apply for all channel.
    • setValue

      public void setValue(double value)
      Limit amount.
    • 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