Class ChargeRequest

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

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

  • Constructor Details

    • ChargeRequest

      public ChargeRequest()
  • Method Details

    • active

      public ChargeRequest active(Boolean active)
    • getActive

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

      public void setActive(Boolean active)
    • amount

      public ChargeRequest amount(Double amount)
    • getAmount

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

      public void setAmount(Double amount)
    • chargeAppliesTo

      public ChargeRequest chargeAppliesTo(Integer chargeAppliesTo)
    • getChargeAppliesTo

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

      public void setChargeAppliesTo(Integer chargeAppliesTo)
    • chargeCalculationType

      public ChargeRequest chargeCalculationType(Integer chargeCalculationType)
    • getChargeCalculationType

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

      public void setChargeCalculationType(Integer chargeCalculationType)
    • chargePaymentMode

      public ChargeRequest chargePaymentMode(Integer chargePaymentMode)
    • getChargePaymentMode

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

      public void setChargePaymentMode(Integer chargePaymentMode)
    • chargeTimeType

      public ChargeRequest chargeTimeType(Integer chargeTimeType)
    • getChargeTimeType

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

      public void setChargeTimeType(Integer chargeTimeType)
    • currencyCode

      public ChargeRequest currencyCode(String currencyCode)
    • getCurrencyCode

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

      public void setCurrencyCode(String currencyCode)
    • enablePaymentType

      public ChargeRequest enablePaymentType(Boolean enablePaymentType)
    • getEnablePaymentType

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

      public void setEnablePaymentType(Boolean enablePaymentType)
    • feeFrequency

      public ChargeRequest feeFrequency(String feeFrequency)
    • getFeeFrequency

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

      public void setFeeFrequency(String feeFrequency)
    • feeInterval

      public ChargeRequest feeInterval(String feeInterval)
    • getFeeInterval

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

      public void setFeeInterval(String feeInterval)
    • feeOnMonthDay

      public ChargeRequest feeOnMonthDay(String feeOnMonthDay)
    • getFeeOnMonthDay

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

      public void setFeeOnMonthDay(String feeOnMonthDay)
    • locale

      public ChargeRequest locale(String locale)
    • getLocale

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

      public void setLocale(String locale)
    • maxCap

      public ChargeRequest maxCap(BigDecimal maxCap)
    • getMaxCap

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

      public void setMaxCap(BigDecimal maxCap)
    • minCap

      public ChargeRequest minCap(BigDecimal minCap)
    • getMinCap

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

      public void setMinCap(BigDecimal minCap)
    • monthDayFormat

      public ChargeRequest monthDayFormat(String monthDayFormat)
    • getMonthDayFormat

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

      public void setMonthDayFormat(String monthDayFormat)
    • name

      public ChargeRequest name(String name)
    • getName

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

      public void setName(String name)
    • paymentTypeId

      public ChargeRequest paymentTypeId(Long paymentTypeId)
    • getPaymentTypeId

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

      public void setPaymentTypeId(Long paymentTypeId)
    • penalty

      public ChargeRequest penalty(Boolean penalty)
    • getPenalty

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

      public void setPenalty(Boolean penalty)
    • 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