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