Get Loans Loan Id Charges Charge Id Response
@Serializable
GetLoansLoanIdChargesChargeIdResponse
Parameters
amount
amount Or Percentage
amount Outstanding
amount Paid
amount Percentage Applied To
amount Waived
amount Written Off
charge Calculation Type
charge Id
charge Time Type
currency
due Date
external Id
id
name
penalty
percentage
submitted On Date
Constructors
Link copied to clipboard
constructor(amount: Double? = null, amountOrPercentage: Double? = null, amountOutstanding: Double? = null, amountPaid: Double? = null, amountPercentageAppliedTo: Double? = null, amountWaived: Double? = null, amountWrittenOff: Double? = null, chargeCalculationType: GetLoanChargeCalculationType? = null, chargeId: Long? = null, chargeTimeType: GetLoanChargeTimeType? = null, currency: GetLoanChargeCurrency? = null, dueDate: LocalDate? = null, externalId: String? = null, id: Long? = null, name: String? = null, penalty: Boolean? = null, percentage: Double? = null, submittedOnDate: LocalDate? = null)