PostLoansRepaymentSchedulePeriods

@Serializable
data class PostLoansRepaymentSchedulePeriods(val dueDate: LocalDate? = null, val feeChargesDue: Long? = null, val feeChargesOutstanding: Long? = null, val period: Int? = null, val principalDisbursed: Long? = null, val principalLoanBalanceOutstanding: Long? = null, val totalActualCostOfLoanForPeriod: Long? = null, val totalDueForPeriod: Long? = null, val totalOriginalDueForPeriod: Long? = null, val totalOutstandingForPeriod: Long? = null, val totalOverdue: Long? = null)

Parameters

dueDate
feeChargesDue
feeChargesOutstanding
period
principalDisbursed
principalLoanBalanceOutstanding
totalActualCostOfLoanForPeriod
totalDueForPeriod
totalOriginalDueForPeriod
totalOutstandingForPeriod
totalOverdue

Constructors

Link copied to clipboard
constructor(dueDate: LocalDate? = null, feeChargesDue: Long? = null, feeChargesOutstanding: Long? = null, period: Int? = null, principalDisbursed: Long? = null, principalLoanBalanceOutstanding: Long? = null, totalActualCostOfLoanForPeriod: Long? = null, totalDueForPeriod: Long? = null, totalOriginalDueForPeriod: Long? = null, totalOutstandingForPeriod: Long? = null, totalOverdue: Long? = null)

Properties

Link copied to clipboard
val dueDate: LocalDate? = null
Link copied to clipboard
val feeChargesDue: Long? = null
Link copied to clipboard
Link copied to clipboard
val period: Int? = null
Link copied to clipboard
Link copied to clipboard
val totalDueForPeriod: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val totalOverdue: Long? = null