Class InterestPauseRequestDto

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class InterestPauseRequestDto extends Object
Request DTO for creating an interest pause
  • Field Details

  • Constructor Details

    • InterestPauseRequestDto

      public InterestPauseRequestDto()
  • Method Details

    • dateFormat

      public InterestPauseRequestDto dateFormat(String dateFormat)
    • getDateFormat

      @Nullable public String getDateFormat()
      Format of the dates provided
      Returns:
      dateFormat
    • setDateFormat

      public void setDateFormat(String dateFormat)
    • endDate

      public InterestPauseRequestDto endDate(String endDate)
    • getEndDate

      @Nullable public String getEndDate()
      End date of the interest pause period
      Returns:
      endDate
    • setEndDate

      public void setEndDate(String endDate)
    • locale

      public InterestPauseRequestDto locale(String locale)
    • getLocale

      @Nullable public String getLocale()
      Locale to interpret the date format
      Returns:
      locale
    • setLocale

      public void setLocale(String locale)
    • startDate

      public InterestPauseRequestDto startDate(String startDate)
    • getStartDate

      @Nullable public String getStartDate()
      Start date of the interest pause period
      Returns:
      startDate
    • setStartDate

      public void setStartDate(String startDate)
    • 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