Class PostAccountsTypeRequest

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

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

  • Constructor Details

    • PostAccountsTypeRequest

      public PostAccountsTypeRequest()
  • Method Details

    • allowDividendCalculationForInactiveClients

      public PostAccountsTypeRequest allowDividendCalculationForInactiveClients(Boolean allowDividendCalculationForInactiveClients)
    • getAllowDividendCalculationForInactiveClients

      @Nullable public Boolean getAllowDividendCalculationForInactiveClients()
      Get allowDividendCalculationForInactiveClients
      Returns:
      allowDividendCalculationForInactiveClients
    • setAllowDividendCalculationForInactiveClients

      public void setAllowDividendCalculationForInactiveClients(Boolean allowDividendCalculationForInactiveClients)
    • applicationDate

      public PostAccountsTypeRequest applicationDate(String applicationDate)
    • getApplicationDate

      @Nullable public String getApplicationDate()
      Get applicationDate
      Returns:
      applicationDate
    • setApplicationDate

      public void setApplicationDate(String applicationDate)
    • charges

      public PostAccountsTypeRequest charges(Set<PostAccountsCharges> charges)
    • addChargesItem

      public PostAccountsTypeRequest addChargesItem(PostAccountsCharges chargesItem)
    • getCharges

      @Nullable public Set<PostAccountsCharges> getCharges()
      Get charges
      Returns:
      charges
    • setCharges

      public void setCharges(Set<PostAccountsCharges> charges)
    • clientId

      public PostAccountsTypeRequest clientId(Long clientId)
    • getClientId

      @Nullable public Long getClientId()
      Get clientId
      Returns:
      clientId
    • setClientId

      public void setClientId(Long clientId)
    • dateFormat

      public PostAccountsTypeRequest dateFormat(String dateFormat)
    • getDateFormat

      @Nullable public String getDateFormat()
      Get dateFormat
      Returns:
      dateFormat
    • setDateFormat

      public void setDateFormat(String dateFormat)
    • externalId

      public PostAccountsTypeRequest externalId(String externalId)
    • getExternalId

      @Nullable public String getExternalId()
      Get externalId
      Returns:
      externalId
    • setExternalId

      public void setExternalId(String externalId)
    • locale

      public PostAccountsTypeRequest locale(String locale)
    • getLocale

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

      public void setLocale(String locale)
    • lockinPeriodFrequency

      public PostAccountsTypeRequest lockinPeriodFrequency(Integer lockinPeriodFrequency)
    • getLockinPeriodFrequency

      @Nullable public Integer getLockinPeriodFrequency()
      Get lockinPeriodFrequency
      Returns:
      lockinPeriodFrequency
    • setLockinPeriodFrequency

      public void setLockinPeriodFrequency(Integer lockinPeriodFrequency)
    • lockinPeriodFrequencyType

      public PostAccountsTypeRequest lockinPeriodFrequencyType(Integer lockinPeriodFrequencyType)
    • getLockinPeriodFrequencyType

      @Nullable public Integer getLockinPeriodFrequencyType()
      Get lockinPeriodFrequencyType
      Returns:
      lockinPeriodFrequencyType
    • setLockinPeriodFrequencyType

      public void setLockinPeriodFrequencyType(Integer lockinPeriodFrequencyType)
    • minimumActivePeriod

      public PostAccountsTypeRequest minimumActivePeriod(Integer minimumActivePeriod)
    • getMinimumActivePeriod

      @Nullable public Integer getMinimumActivePeriod()
      Get minimumActivePeriod
      Returns:
      minimumActivePeriod
    • setMinimumActivePeriod

      public void setMinimumActivePeriod(Integer minimumActivePeriod)
    • minimumActivePeriodFrequencyType

      public PostAccountsTypeRequest minimumActivePeriodFrequencyType(Integer minimumActivePeriodFrequencyType)
    • getMinimumActivePeriodFrequencyType

      @Nullable public Integer getMinimumActivePeriodFrequencyType()
      Get minimumActivePeriodFrequencyType
      Returns:
      minimumActivePeriodFrequencyType
    • setMinimumActivePeriodFrequencyType

      public void setMinimumActivePeriodFrequencyType(Integer minimumActivePeriodFrequencyType)
    • productId

      public PostAccountsTypeRequest productId(Long productId)
    • getProductId

      @Nullable public Long getProductId()
      Get productId
      Returns:
      productId
    • setProductId

      public void setProductId(Long productId)
    • requestedShares

      public PostAccountsTypeRequest requestedShares(Integer requestedShares)
    • getRequestedShares

      @Nullable public Integer getRequestedShares()
      Get requestedShares
      Returns:
      requestedShares
    • setRequestedShares

      public void setRequestedShares(Integer requestedShares)
    • savingsAccountId

      public PostAccountsTypeRequest savingsAccountId(Long savingsAccountId)
    • getSavingsAccountId

      @Nullable public Long getSavingsAccountId()
      Get savingsAccountId
      Returns:
      savingsAccountId
    • setSavingsAccountId

      public void setSavingsAccountId(Long savingsAccountId)
    • submittedDate

      public PostAccountsTypeRequest submittedDate(String submittedDate)
    • getSubmittedDate

      @Nullable public String getSubmittedDate()
      Get submittedDate
      Returns:
      submittedDate
    • setSubmittedDate

      public void setSubmittedDate(String submittedDate)
    • 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