Class AccountTransferRequest

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

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

  • Constructor Details

    • AccountTransferRequest

      public AccountTransferRequest()
  • Method Details

    • dateFormat

      public AccountTransferRequest dateFormat(String dateFormat)
    • getDateFormat

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

      public void setDateFormat(String dateFormat)
    • fromAccountId

      public AccountTransferRequest fromAccountId(String fromAccountId)
    • getFromAccountId

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

      public void setFromAccountId(String fromAccountId)
    • fromAccountType

      public AccountTransferRequest fromAccountType(String fromAccountType)
    • getFromAccountType

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

      public void setFromAccountType(String fromAccountType)
    • fromClientId

      public AccountTransferRequest fromClientId(String fromClientId)
    • getFromClientId

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

      public void setFromClientId(String fromClientId)
    • fromOfficeId

      public AccountTransferRequest fromOfficeId(String fromOfficeId)
    • getFromOfficeId

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

      public void setFromOfficeId(String fromOfficeId)
    • locale

      public AccountTransferRequest locale(String locale)
    • getLocale

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

      public void setLocale(String locale)
    • toAccountId

      public AccountTransferRequest toAccountId(String toAccountId)
    • getToAccountId

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

      public void setToAccountId(String toAccountId)
    • toAccountType

      public AccountTransferRequest toAccountType(String toAccountType)
    • getToAccountType

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

      public void setToAccountType(String toAccountType)
    • toClientId

      public AccountTransferRequest toClientId(String toClientId)
    • getToClientId

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

      public void setToClientId(String toClientId)
    • toOfficeId

      public AccountTransferRequest toOfficeId(String toOfficeId)
    • getToOfficeId

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

      public void setToOfficeId(String toOfficeId)
    • transferAmount

      public AccountTransferRequest transferAmount(String transferAmount)
    • getTransferAmount

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

      public void setTransferAmount(String transferAmount)
    • transferDate

      public AccountTransferRequest transferDate(String transferDate)
    • getTransferDate

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

      public void setTransferDate(String transferDate)
    • transferDescription

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