Class PutChargesChargeIdRequest

java.lang.Object
org.apache.fineract.client.models.PutChargesChargeIdRequest

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class PutChargesChargeIdRequest extends Object
PutChargesChargeIdRequest
  • Field Details

  • Constructor Details

    • PutChargesChargeIdRequest

      public PutChargesChargeIdRequest()
  • Method Details

    • active

      public PutChargesChargeIdRequest active(Boolean active)
    • getActive

      @Nullable public Boolean getActive()
      Get active
      Returns:
      active
    • setActive

      public void setActive(Boolean active)
    • amount

      public PutChargesChargeIdRequest amount(Double amount)
    • getAmount

      @Nullable public Double getAmount()
      Get amount
      Returns:
      amount
    • setAmount

      public void setAmount(Double amount)
    • chargeAppliesTo

      public PutChargesChargeIdRequest chargeAppliesTo(Integer chargeAppliesTo)
    • getChargeAppliesTo

      @Nullable public Integer getChargeAppliesTo()
      Get chargeAppliesTo
      Returns:
      chargeAppliesTo
    • setChargeAppliesTo

      public void setChargeAppliesTo(Integer chargeAppliesTo)
    • chargeCalculationType

      public PutChargesChargeIdRequest chargeCalculationType(Integer chargeCalculationType)
    • getChargeCalculationType

      @Nullable public Integer getChargeCalculationType()
      Get chargeCalculationType
      Returns:
      chargeCalculationType
    • setChargeCalculationType

      public void setChargeCalculationType(Integer chargeCalculationType)
    • chargePaymentMode

      public PutChargesChargeIdRequest chargePaymentMode(Integer chargePaymentMode)
    • getChargePaymentMode

      @Nullable public Integer getChargePaymentMode()
      Get chargePaymentMode
      Returns:
      chargePaymentMode
    • setChargePaymentMode

      public void setChargePaymentMode(Integer chargePaymentMode)
    • chargeTimeType

      public PutChargesChargeIdRequest chargeTimeType(Integer chargeTimeType)
    • getChargeTimeType

      @Nullable public Integer getChargeTimeType()
      Get chargeTimeType
      Returns:
      chargeTimeType
    • setChargeTimeType

      public void setChargeTimeType(Integer chargeTimeType)
    • countFrequencyType

      public PutChargesChargeIdRequest countFrequencyType(Integer countFrequencyType)
    • getCountFrequencyType

      @Nullable public Integer getCountFrequencyType()
      Get countFrequencyType
      Returns:
      countFrequencyType
    • setCountFrequencyType

      public void setCountFrequencyType(Integer countFrequencyType)
    • currencyCode

      public PutChargesChargeIdRequest currencyCode(String currencyCode)
    • getCurrencyCode

      @Nullable public String getCurrencyCode()
      Get currencyCode
      Returns:
      currencyCode
    • setCurrencyCode

      public void setCurrencyCode(String currencyCode)
    • enableFreeWithdrawalCharge

      public PutChargesChargeIdRequest enableFreeWithdrawalCharge(Boolean enableFreeWithdrawalCharge)
    • getEnableFreeWithdrawalCharge

      @Nullable public Boolean getEnableFreeWithdrawalCharge()
      Get enableFreeWithdrawalCharge
      Returns:
      enableFreeWithdrawalCharge
    • setEnableFreeWithdrawalCharge

      public void setEnableFreeWithdrawalCharge(Boolean enableFreeWithdrawalCharge)
    • enablePaymentType

      public PutChargesChargeIdRequest enablePaymentType(Boolean enablePaymentType)
    • getEnablePaymentType

      @Nullable public Boolean getEnablePaymentType()
      Get enablePaymentType
      Returns:
      enablePaymentType
    • setEnablePaymentType

      public void setEnablePaymentType(Boolean enablePaymentType)
    • feeFrequency

      public PutChargesChargeIdRequest feeFrequency(String feeFrequency)
    • getFeeFrequency

      @Nullable public String getFeeFrequency()
      Get feeFrequency
      Returns:
      feeFrequency
    • setFeeFrequency

      public void setFeeFrequency(String feeFrequency)
    • feeInterval

      public PutChargesChargeIdRequest feeInterval(Integer feeInterval)
    • getFeeInterval

      @Nullable public Integer getFeeInterval()
      Get feeInterval
      Returns:
      feeInterval
    • setFeeInterval

      public void setFeeInterval(Integer feeInterval)
    • feeOnMonthDay

      public PutChargesChargeIdRequest feeOnMonthDay(String feeOnMonthDay)
    • getFeeOnMonthDay

      @Nullable public String getFeeOnMonthDay()
      Get feeOnMonthDay
      Returns:
      feeOnMonthDay
    • setFeeOnMonthDay

      public void setFeeOnMonthDay(String feeOnMonthDay)
    • freeWithdrawalFrequency

      public PutChargesChargeIdRequest freeWithdrawalFrequency(Integer freeWithdrawalFrequency)
    • getFreeWithdrawalFrequency

      @Nullable public Integer getFreeWithdrawalFrequency()
      Get freeWithdrawalFrequency
      Returns:
      freeWithdrawalFrequency
    • setFreeWithdrawalFrequency

      public void setFreeWithdrawalFrequency(Integer freeWithdrawalFrequency)
    • locale

      public PutChargesChargeIdRequest locale(String locale)
    • getLocale

      @Nullable public String getLocale()
      Get locale
      Returns:
      locale
    • setLocale

      public void setLocale(String locale)
    • maxCap

      public PutChargesChargeIdRequest maxCap(BigDecimal maxCap)
    • getMaxCap

      @Nullable public BigDecimal getMaxCap()
      Get maxCap
      Returns:
      maxCap
    • setMaxCap

      public void setMaxCap(BigDecimal maxCap)
    • minCap

      public PutChargesChargeIdRequest minCap(BigDecimal minCap)
    • getMinCap

      @Nullable public BigDecimal getMinCap()
      Get minCap
      Returns:
      minCap
    • setMinCap

      public void setMinCap(BigDecimal minCap)
    • monthDayFormat

      public PutChargesChargeIdRequest monthDayFormat(String monthDayFormat)
    • getMonthDayFormat

      @Nullable public String getMonthDayFormat()
      Get monthDayFormat
      Returns:
      monthDayFormat
    • setMonthDayFormat

      public void setMonthDayFormat(String monthDayFormat)
    • name

      public PutChargesChargeIdRequest name(String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • paymentTypeId

      public PutChargesChargeIdRequest paymentTypeId(Long paymentTypeId)
    • getPaymentTypeId

      @Nullable public Long getPaymentTypeId()
      Get paymentTypeId
      Returns:
      paymentTypeId
    • setPaymentTypeId

      public void setPaymentTypeId(Long paymentTypeId)
    • penalty

      public PutChargesChargeIdRequest penalty(Boolean penalty)
    • getPenalty

      @Nullable public Boolean getPenalty()
      Get penalty
      Returns:
      penalty
    • setPenalty

      public void setPenalty(Boolean penalty)
    • restartCountFrequency

      public PutChargesChargeIdRequest restartCountFrequency(Integer restartCountFrequency)
    • getRestartCountFrequency

      @Nullable public Integer getRestartCountFrequency()
      Get restartCountFrequency
      Returns:
      restartCountFrequency
    • setRestartCountFrequency

      public void setRestartCountFrequency(Integer restartCountFrequency)
    • taxGroupId

      public PutChargesChargeIdRequest taxGroupId(Long taxGroupId)
    • getTaxGroupId

      @Nullable public Long getTaxGroupId()
      Get taxGroupId
      Returns:
      taxGroupId
    • setTaxGroupId

      public void setTaxGroupId(Long taxGroupId)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object