PostCreateRescheduleLoansRequest

@Serializable
data class PostCreateRescheduleLoansRequest(val adjustedDueDate: String? = null, val dateFormat: String? = null, val extraTerms: Int? = null, val graceOnInterest: Int? = null, val graceOnPrincipal: Int? = null, val loanId: Long? = null, val locale: String? = null, val newInterestRate: Double? = null, val rescheduleFromDate: String? = null, val rescheduleReasonComment: String? = null, val rescheduleReasonId: Long? = null, val submittedOnDate: String? = null)

PostCreateRescheduleLoansRequest

Parameters

adjustedDueDate
dateFormat
extraTerms
graceOnInterest
graceOnPrincipal
loanId
locale
newInterestRate
rescheduleFromDate
rescheduleReasonComment
rescheduleReasonId
submittedOnDate

Constructors

Link copied to clipboard
constructor(adjustedDueDate: String? = null, dateFormat: String? = null, extraTerms: Int? = null, graceOnInterest: Int? = null, graceOnPrincipal: Int? = null, loanId: Long? = null, locale: String? = null, newInterestRate: Double? = null, rescheduleFromDate: String? = null, rescheduleReasonComment: String? = null, rescheduleReasonId: Long? = null, submittedOnDate: String? = null)

Properties

Link copied to clipboard
val adjustedDueDate: String? = null
Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val extraTerms: Int? = null
Link copied to clipboard
val graceOnInterest: Int? = null
Link copied to clipboard
val graceOnPrincipal: Int? = null
Link copied to clipboard
val loanId: Long? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val newInterestRate: Double? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val submittedOnDate: String? = null