GetLoansLoanIdChargesChargeIdResponse

@Serializable
data class GetLoansLoanIdChargesChargeIdResponse(val amount: Double? = null, val amountOrPercentage: Double? = null, val amountOutstanding: Double? = null, val amountPaid: Double? = null, val amountPercentageAppliedTo: Double? = null, val amountWaived: Double? = null, val amountWrittenOff: Double? = null, val chargeCalculationType: GetLoanChargeCalculationType? = null, val chargeId: Long? = null, val chargeTimeType: GetLoanChargeTimeType? = null, val currency: GetLoanChargeCurrency? = null, val dueDate: LocalDate? = null, val externalId: String? = null, val id: Long? = null, val name: String? = null, val penalty: Boolean? = null, val percentage: Double? = null, val submittedOnDate: LocalDate? = null)

GetLoansLoanIdChargesChargeIdResponse

Parameters

amount
amountOrPercentage
amountOutstanding
amountPaid
amountPercentageAppliedTo
amountWaived
amountWrittenOff
chargeCalculationType
chargeId
chargeTimeType
currency
dueDate
externalId
id
name
penalty
percentage
submittedOnDate

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)

Properties

Link copied to clipboard
val amount: Double? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val amountPaid: Double? = null
Link copied to clipboard
Link copied to clipboard
val amountWaived: Double? = null
Link copied to clipboard
Link copied to clipboard
val chargeId: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val dueDate: LocalDate? = null
Link copied to clipboard
val externalId: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val penalty: Boolean? = null
Link copied to clipboard
val percentage: Double? = null
Link copied to clipboard
val submittedOnDate: LocalDate? = null