LoanProductGuaranteeDetails

@Serializable
data class LoanProductGuaranteeDetails(val id: Long? = null, val mandatoryGuarantee: Double? = null, val minimumGuaranteeFromGuarantor: Double? = null, val minimumGuaranteeFromOwnFunds: Double? = null, val new: Boolean? = null)

Parameters

id
mandatoryGuarantee
minimumGuaranteeFromGuarantor
minimumGuaranteeFromOwnFunds
new

Constructors

Link copied to clipboard
constructor(id: Long? = null, mandatoryGuarantee: Double? = null, minimumGuaranteeFromGuarantor: Double? = null, minimumGuaranteeFromOwnFunds: Double? = null, new: Boolean? = null)

Properties

Link copied to clipboard
val id: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val new: Boolean? = null