PostLoansLoanIdRequest

@Serializable
data class PostLoansLoanIdRequest(val actualDisbursementDate: String? = null, val approvedLoanAmount: Double? = null, val approvedOnDate: String? = null, val assignmentDate: String? = null, val dateFormat: String? = null, val disbursementData: List<PostLoansLoanIdDisbursementData>? = null, val expectedDisbursementDate: String? = null, val externalId: String? = null, val fromLoanOfficerId: Int? = null, val locale: String? = null, val note: String? = null, val paymentTypeId: Int? = null, val rejectedOnDate: String? = null, val toLoanOfficerId: Int? = null, val transactionAmount: Double? = null, val unassignedDate: String? = null, val withdrawnOnDate: String? = null)

PostLoansLoanIdRequest

Parameters

actualDisbursementDate
approvedLoanAmount
approvedOnDate
assignmentDate
dateFormat
disbursementData

List of PostLoansLoanIdDisbursementData

expectedDisbursementDate
externalId
fromLoanOfficerId
locale
note
paymentTypeId
rejectedOnDate
toLoanOfficerId
transactionAmount
unassignedDate
withdrawnOnDate

Constructors

Link copied to clipboard
constructor(actualDisbursementDate: String? = null, approvedLoanAmount: Double? = null, approvedOnDate: String? = null, assignmentDate: String? = null, dateFormat: String? = null, disbursementData: List<PostLoansLoanIdDisbursementData>? = null, expectedDisbursementDate: String? = null, externalId: String? = null, fromLoanOfficerId: Int? = null, locale: String? = null, note: String? = null, paymentTypeId: Int? = null, rejectedOnDate: String? = null, toLoanOfficerId: Int? = null, transactionAmount: Double? = null, unassignedDate: String? = null, withdrawnOnDate: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val approvedOnDate: String? = null
Link copied to clipboard
val assignmentDate: String? = null
Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
Link copied to clipboard
val externalId: String? = null
Link copied to clipboard
val fromLoanOfficerId: Int? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val note: String? = null
Link copied to clipboard
val paymentTypeId: Int? = null
Link copied to clipboard
val rejectedOnDate: String? = null
Link copied to clipboard
val toLoanOfficerId: Int? = null
Link copied to clipboard
Link copied to clipboard
val unassignedDate: String? = null
Link copied to clipboard
val withdrawnOnDate: String? = null