GetSelfLoansLoanIdChargesResponse
@Serializable
GetSelfLoansLoanIdChargesResponse
Parameters
amount
amountOrPercentage
amountOutstanding
amountPaid
amountPercentageAppliedTo
amountWaived
amountWrittenOff
chargeCalculationType
chargeId
chargeTimeType
currency
id
name
penalty
percentage
Constructors
Link copied to clipboard
constructor( amount: Float? = null, amountOrPercentage: Float? = null, amountOutstanding: Float? = null, amountPaid: Float? = null, amountPercentageAppliedTo: Double? = null, amountWaived: Float? = null, amountWrittenOff: Float? = null, chargeCalculationType: GetSelfLoansChargeCalculationType? = null, chargeId: Int? = null, chargeTimeType: GetSelfLoansChargeTimeType? = null, currency: GetLoanCurrency? = null, id: Int? = null, name: String? = null, penalty: Boolean? = null, percentage: Double? = null)