toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
PostLoansDisbursementData
Post
Loans
Disbursement
Data
@
Serializable
data
class
PostLoansDisbursementData
(
val
expectedDisbursementDate
:
LocalDate
?
=
null
,
val
principal
:
Double
?
=
null
)
List of PostLoansDisbursementData
Parameters
expected
Disbursement
Date
principal
Members
Constructors
Post
Loans
Disbursement
Data
Link copied to clipboard
constructor
(
expectedDisbursementDate
:
LocalDate
?
=
null
,
principal
:
Double
?
=
null
)
Properties
expected
Disbursement
Date
Link copied to clipboard
val
expectedDisbursementDate
:
LocalDate
?
=
null
principal
Link copied to clipboard
val
principal
:
Double
?
=
null