Class CalculationInfo

java.lang.Object
in.juspay.model.JuspayEntity
in.juspay.model.CalculationInfo

public class CalculationInfo extends JuspayEntity
  • Constructor Details

    • CalculationInfo

      public CalculationInfo()
  • Method Details

    • getValue

      public Double getValue()
    • setValue

      public void setValue(Double value)
    • getCalculationRule

      public String getCalculationRule()
    • setCalculationRule

      public void setCalculationRule(String calculationRule)
    • getMaxAmount

      public Double getMaxAmount()
    • setMaxAmount

      public void setMaxAmount(Double maxAmount)