toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
BusinessDateResponse
Business
Date
Response
@
Serializable
data
class
BusinessDateResponse
(
val
date
:
LocalDate
?
=
null
,
val
description
:
String
?
=
null
,
val
type
:
String
?
=
null
)
BusinessDateResponse
Parameters
date
description
type
Members
Constructors
Business
Date
Response
Link copied to clipboard
constructor
(
date
:
LocalDate
?
=
null
,
description
:
String
?
=
null
,
type
:
String
?
=
null
)
Properties
date
Link copied to clipboard
val
date
:
LocalDate
?
=
null
description
Link copied to clipboard
val
description
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null