Class PostChargesRequest

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

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

  • Constructor Details

    • PostChargesRequest

      public PostChargesRequest()
  • Method Details

    • active

      public PostChargesRequest active(Boolean active)
    • getActive

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

      public void setActive(Boolean active)
    • amount

      public PostChargesRequest amount(Double amount)
    • getAmount

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

      public void setAmount(Double amount)
    • chargeAppliesTo

      public PostChargesRequest chargeAppliesTo(Integer chargeAppliesTo)
    • getChargeAppliesTo

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

      public void setChargeAppliesTo(Integer chargeAppliesTo)
    • chargeCalculationType

      public PostChargesRequest chargeCalculationType(Integer chargeCalculationType)
    • getChargeCalculationType

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

      public void setChargeCalculationType(Integer chargeCalculationType)
    • chargePaymentMode

      public PostChargesRequest chargePaymentMode(Integer chargePaymentMode)
    • getChargePaymentMode

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

      public void setChargePaymentMode(Integer chargePaymentMode)
    • chargeTimeType

      public PostChargesRequest chargeTimeType(Integer chargeTimeType)
    • getChargeTimeType

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

      public void setChargeTimeType(Integer chargeTimeType)
    • currencyCode

      public PostChargesRequest currencyCode(String currencyCode)
    • getCurrencyCode

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

      public void setCurrencyCode(String currencyCode)
    • locale

      public PostChargesRequest locale(String locale)
    • getLocale

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

      public void setLocale(String locale)
    • monthDayFormat

      public PostChargesRequest monthDayFormat(String monthDayFormat)
    • getMonthDayFormat

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

      public void setMonthDayFormat(String monthDayFormat)
    • name

      public PostChargesRequest name(String name)
    • getName

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

      public void setName(String name)
    • penalty

      public PostChargesRequest 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