toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
PutTellersResponseChanges
Put
Tellers
Response
Changes
@
Serializable
data
class
PutTellersResponseChanges
(
val
dateFormat
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
endDate
:
LocalDate
?
=
null
,
val
locale
:
String
?
=
null
,
val
startDate
:
LocalDate
?
=
null
)
Parameters
date
Format
description
end
Date
locale
start
Date
Members
Constructors
Put
Tellers
Response
Changes
Link copied to clipboard
constructor
(
dateFormat
:
String
?
=
null
,
description
:
String
?
=
null
,
endDate
:
LocalDate
?
=
null
,
locale
:
String
?
=
null
,
startDate
:
LocalDate
?
=
null
)
Properties
date
Format
Link copied to clipboard
val
dateFormat
:
String
?
=
null
description
Link copied to clipboard
val
description
:
String
?
=
null
end
Date
Link copied to clipboard
val
endDate
:
LocalDate
?
=
null
locale
Link copied to clipboard
val
locale
:
String
?
=
null
start
Date
Link copied to clipboard
val
startDate
:
LocalDate
?
=
null