LoanProductGuaranteeData

@Serializable
data class LoanProductGuaranteeData(val id: Long? = null, val mandatoryGuarantee: Double? = null, val minimumGuaranteeFromGuarantor: Double? = null, val minimumGuaranteeFromOwnFunds: Double? = null, val productId: Long? = null)

Parameters

id
mandatoryGuarantee
minimumGuaranteeFromGuarantor
minimumGuaranteeFromOwnFunds
productId

Constructors

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

Properties

Link copied to clipboard
val id: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val productId: Long? = null