Class GetLoansLoanIdChargesTemplateResponse
java.lang.Object
org.apache.fineract.client.models.GetLoansLoanIdChargesTemplateResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class GetLoansLoanIdChargesTemplateResponse
extends Object
GetLoansLoanIdChargesTemplateResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChargeOptionsItem(GetLoanChargeTemplateChargeOptions chargeOptionsItem) amountPaid(Double amountPaid) amountWaived(Double amountWaived) amountWrittenOff(Double amountWrittenOff) chargeOptions(Set<GetLoanChargeTemplateChargeOptions> chargeOptions) booleanGet amountPaidGet amountWaivedGet amountWrittenOffGet chargeOptionsGet penaltyinthashCode()voidsetAmountPaid(Double amountPaid) voidsetAmountWaived(Double amountWaived) voidsetAmountWrittenOff(Double amountWrittenOff) voidsetChargeOptions(Set<GetLoanChargeTemplateChargeOptions> chargeOptions) voidsetPenalty(Boolean penalty) toString()
-
Field Details
-
SERIALIZED_NAME_AMOUNT_PAID
- See Also:
-
SERIALIZED_NAME_AMOUNT_WAIVED
- See Also:
-
SERIALIZED_NAME_AMOUNT_WRITTEN_OFF
- See Also:
-
SERIALIZED_NAME_CHARGE_OPTIONS
- See Also:
-
SERIALIZED_NAME_PENALTY
- See Also:
-
-
Constructor Details
-
GetLoansLoanIdChargesTemplateResponse
public GetLoansLoanIdChargesTemplateResponse()
-
-
Method Details
-
amountPaid
-
getAmountPaid
Get amountPaid- Returns:
- amountPaid
-
setAmountPaid
-
amountWaived
-
getAmountWaived
Get amountWaived- Returns:
- amountWaived
-
setAmountWaived
-
amountWrittenOff
-
getAmountWrittenOff
Get amountWrittenOff- Returns:
- amountWrittenOff
-
setAmountWrittenOff
-
chargeOptions
public GetLoansLoanIdChargesTemplateResponse chargeOptions(Set<GetLoanChargeTemplateChargeOptions> chargeOptions) -
addChargeOptionsItem
public GetLoansLoanIdChargesTemplateResponse addChargeOptionsItem(GetLoanChargeTemplateChargeOptions chargeOptionsItem) -
getChargeOptions
Get chargeOptions- Returns:
- chargeOptions
-
setChargeOptions
-
penalty
-
getPenalty
Get penalty- Returns:
- penalty
-
setPenalty
-
equals
-
hashCode
public int hashCode() -
toString
-