Class PostSavingsAccountTransactionsRequest
java.lang.Object
org.apache.fineract.client.models.PostSavingsAccountTransactionsRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class PostSavingsAccountTransactionsRequest
extends Object
PostSavingsAccountTransactionsRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateFormat(String dateFormat) booleanGet dateFormatGet lienAllowedGet localeGet paymentTypeIdGet reasonForBlockGet transactionAmountGet transactionDateinthashCode()lienAllowed(String lienAllowed) paymentTypeId(Integer paymentTypeId) reasonForBlock(String reasonForBlock) voidsetDateFormat(String dateFormat) voidsetLienAllowed(String lienAllowed) voidvoidsetPaymentTypeId(Integer paymentTypeId) voidsetReasonForBlock(String reasonForBlock) voidsetTransactionAmount(BigDecimal transactionAmount) voidsetTransactionDate(String transactionDate) toString()transactionAmount(BigDecimal transactionAmount) transactionDate(String transactionDate)
-
Field Details
-
SERIALIZED_NAME_DATE_FORMAT
- See Also:
-
SERIALIZED_NAME_LIEN_ALLOWED
- See Also:
-
SERIALIZED_NAME_LOCALE
- See Also:
-
SERIALIZED_NAME_PAYMENT_TYPE_ID
- See Also:
-
SERIALIZED_NAME_REASON_FOR_BLOCK
- See Also:
-
SERIALIZED_NAME_TRANSACTION_AMOUNT
- See Also:
-
SERIALIZED_NAME_TRANSACTION_DATE
- See Also:
-
-
Constructor Details
-
PostSavingsAccountTransactionsRequest
public PostSavingsAccountTransactionsRequest()
-
-
Method Details
-
dateFormat
-
getDateFormat
Get dateFormat- Returns:
- dateFormat
-
setDateFormat
-
lienAllowed
-
getLienAllowed
Get lienAllowed- Returns:
- lienAllowed
-
setLienAllowed
-
locale
-
getLocale
Get locale- Returns:
- locale
-
setLocale
-
paymentTypeId
-
getPaymentTypeId
Get paymentTypeId- Returns:
- paymentTypeId
-
setPaymentTypeId
-
reasonForBlock
-
getReasonForBlock
Get reasonForBlock- Returns:
- reasonForBlock
-
setReasonForBlock
-
transactionAmount
-
getTransactionAmount
Get transactionAmount- Returns:
- transactionAmount
-
setTransactionAmount
-
transactionDate
-
getTransactionDate
Get transactionDate- Returns:
- transactionDate
-
setTransactionDate
-
equals
-
hashCode
public int hashCode() -
toString
-