toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
LoanProductGuaranteeDetails
Loan
Product
Guarantee
Details
@
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
mandatory
Guarantee
minimum
Guarantee
From
Guarantor
minimum
Guarantee
From
Own
Funds
new
Members
Constructors
Loan
Product
Guarantee
Details
Link copied to clipboard
constructor
(
id
:
Long
?
=
null
,
mandatoryGuarantee
:
Double
?
=
null
,
minimumGuaranteeFromGuarantor
:
Double
?
=
null
,
minimumGuaranteeFromOwnFunds
:
Double
?
=
null
,
new
:
Boolean
?
=
null
)
Properties
id
Link copied to clipboard
val
id
:
Long
?
=
null
mandatory
Guarantee
Link copied to clipboard
val
mandatoryGuarantee
:
Double
?
=
null
minimum
Guarantee
From
Guarantor
Link copied to clipboard
val
minimumGuaranteeFromGuarantor
:
Double
?
=
null
minimum
Guarantee
From
Own
Funds
Link copied to clipboard
val
minimumGuaranteeFromOwnFunds
:
Double
?
=
null
new
Link copied to clipboard
val
new
:
Boolean
?
=
null