Class PostAccountTransfersRequest

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

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

  • Constructor Details

    • PostAccountTransfersRequest

      public PostAccountTransfersRequest()
  • Method Details

    • dateFormat

      public PostAccountTransfersRequest dateFormat(String dateFormat)
    • getDateFormat

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

      public void setDateFormat(String dateFormat)
    • fromAccountId

      public PostAccountTransfersRequest fromAccountId(Long fromAccountId)
    • getFromAccountId

      @Nullable public Long getFromAccountId()
      Get fromAccountId
      Returns:
      fromAccountId
    • setFromAccountId

      public void setFromAccountId(Long fromAccountId)
    • fromAccountType

      public PostAccountTransfersRequest fromAccountType(Integer fromAccountType)
    • getFromAccountType

      @Nullable public Integer getFromAccountType()
      Get fromAccountType
      Returns:
      fromAccountType
    • setFromAccountType

      public void setFromAccountType(Integer fromAccountType)
    • fromClientId

      public PostAccountTransfersRequest fromClientId(Long fromClientId)
    • getFromClientId

      @Nullable public Long getFromClientId()
      Get fromClientId
      Returns:
      fromClientId
    • setFromClientId

      public void setFromClientId(Long fromClientId)
    • fromOfficeId

      public PostAccountTransfersRequest fromOfficeId(Long fromOfficeId)
    • getFromOfficeId

      @Nullable public Long getFromOfficeId()
      Get fromOfficeId
      Returns:
      fromOfficeId
    • setFromOfficeId

      public void setFromOfficeId(Long fromOfficeId)
    • locale

      public PostAccountTransfersRequest locale(String locale)
    • getLocale

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

      public void setLocale(String locale)
    • toAccountId

      public PostAccountTransfersRequest toAccountId(Long toAccountId)
    • getToAccountId

      @Nullable public Long getToAccountId()
      Get toAccountId
      Returns:
      toAccountId
    • setToAccountId

      public void setToAccountId(Long toAccountId)
    • toAccountType

      public PostAccountTransfersRequest toAccountType(Integer toAccountType)
    • getToAccountType

      @Nullable public Integer getToAccountType()
      Get toAccountType
      Returns:
      toAccountType
    • setToAccountType

      public void setToAccountType(Integer toAccountType)
    • toClientId

      public PostAccountTransfersRequest toClientId(Long toClientId)
    • getToClientId

      @Nullable public Long getToClientId()
      Get toClientId
      Returns:
      toClientId
    • setToClientId

      public void setToClientId(Long toClientId)
    • toOfficeId

      public PostAccountTransfersRequest toOfficeId(Long toOfficeId)
    • getToOfficeId

      @Nullable public Long getToOfficeId()
      Get toOfficeId
      Returns:
      toOfficeId
    • setToOfficeId

      public void setToOfficeId(Long toOfficeId)
    • transferAmount

      public PostAccountTransfersRequest transferAmount(Float transferAmount)
    • getTransferAmount

      @Nullable public Float getTransferAmount()
      Get transferAmount
      Returns:
      transferAmount
    • setTransferAmount

      public void setTransferAmount(Float transferAmount)
    • transferDate

      public PostAccountTransfersRequest transferDate(String transferDate)
    • getTransferDate

      @Nullable public String getTransferDate()
      Get transferDate
      Returns:
      transferDate
    • setTransferDate

      public void setTransferDate(String transferDate)
    • transferDescription

      public PostAccountTransfersRequest transferDescription(String transferDescription)
    • getTransferDescription

      @Nullable public String getTransferDescription()
      Get transferDescription
      Returns:
      transferDescription
    • setTransferDescription

      public void setTransferDescription(String transferDescription)
    • 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