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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateFormat(String dateFormat) booleanfromAccountId(String fromAccountId) fromAccountType(String fromAccountType) fromClientId(String fromClientId) fromOfficeId(String fromOfficeId) Get dateFormatGet fromAccountIdGet fromAccountTypeGet fromClientIdGet fromOfficeIdGet localeGet toAccountIdGet toAccountTypeGet toClientIdGet toOfficeIdGet transferAmountGet transferDateGet transferDescriptioninthashCode()voidsetDateFormat(String dateFormat) voidsetFromAccountId(String fromAccountId) voidsetFromAccountType(String fromAccountType) voidsetFromClientId(String fromClientId) voidsetFromOfficeId(String fromOfficeId) voidvoidsetToAccountId(String toAccountId) voidsetToAccountType(String toAccountType) voidsetToClientId(String toClientId) voidsetToOfficeId(String toOfficeId) voidsetTransferAmount(String transferAmount) voidsetTransferDate(String transferDate) voidsetTransferDescription(String transferDescription) toAccountId(String toAccountId) toAccountType(String toAccountType) toClientId(String toClientId) toOfficeId(String toOfficeId) toString()transferAmount(String transferAmount) transferDate(String transferDate) transferDescription(String transferDescription)
-
Field Details
-
SERIALIZED_NAME_DATE_FORMAT
- See Also:
-
SERIALIZED_NAME_FROM_ACCOUNT_ID
- See Also:
-
SERIALIZED_NAME_FROM_ACCOUNT_TYPE
- See Also:
-
SERIALIZED_NAME_FROM_CLIENT_ID
- See Also:
-
SERIALIZED_NAME_FROM_OFFICE_ID
- See Also:
-
SERIALIZED_NAME_LOCALE
- See Also:
-
SERIALIZED_NAME_TO_ACCOUNT_ID
- See Also:
-
SERIALIZED_NAME_TO_ACCOUNT_TYPE
- See Also:
-
SERIALIZED_NAME_TO_CLIENT_ID
- See Also:
-
SERIALIZED_NAME_TO_OFFICE_ID
- See Also:
-
SERIALIZED_NAME_TRANSFER_AMOUNT
- See Also:
-
SERIALIZED_NAME_TRANSFER_DATE
- See Also:
-
SERIALIZED_NAME_TRANSFER_DESCRIPTION
- See Also:
-
-
Constructor Details
-
AccountTransferRequest
public AccountTransferRequest()
-
-
Method Details
-
dateFormat
-
getDateFormat
Get dateFormat- Returns:
- dateFormat
-
setDateFormat
-
fromAccountId
-
getFromAccountId
Get fromAccountId- Returns:
- fromAccountId
-
setFromAccountId
-
fromAccountType
-
getFromAccountType
Get fromAccountType- Returns:
- fromAccountType
-
setFromAccountType
-
fromClientId
-
getFromClientId
Get fromClientId- Returns:
- fromClientId
-
setFromClientId
-
fromOfficeId
-
getFromOfficeId
Get fromOfficeId- Returns:
- fromOfficeId
-
setFromOfficeId
-
locale
-
getLocale
Get locale- Returns:
- locale
-
setLocale
-
toAccountId
-
getToAccountId
Get toAccountId- Returns:
- toAccountId
-
setToAccountId
-
toAccountType
-
getToAccountType
Get toAccountType- Returns:
- toAccountType
-
setToAccountType
-
toClientId
-
getToClientId
Get toClientId- Returns:
- toClientId
-
setToClientId
-
toOfficeId
-
getToOfficeId
Get toOfficeId- Returns:
- toOfficeId
-
setToOfficeId
-
transferAmount
-
getTransferAmount
Get transferAmount- Returns:
- transferAmount
-
setTransferAmount
-
transferDate
-
getTransferDate
Get transferDate- Returns:
- transferDate
-
setTransferDate
-
transferDescription
-
getTransferDescription
Get transferDescription- Returns:
- transferDescription
-
setTransferDescription
-
equals
-
hashCode
public int hashCode() -
toString
-