toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
PostTellersRequest
Post
Tellers
Request
@
Serializable
data
class
PostTellersRequest
(
val
dateFormat
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
locale
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
officeId
:
Long
?
=
null
,
val
startDate
:
LocalDate
?
=
null
,
val
status
:
PostTellersRequest.Status
?
=
null
)
PostTellersRequest
Parameters
date
Format
description
locale
name
office
Id
start
Date
status
Members
Constructors
Post
Tellers
Request
Link copied to clipboard
constructor
(
dateFormat
:
String
?
=
null
,
description
:
String
?
=
null
,
locale
:
String
?
=
null
,
name
:
String
?
=
null
,
officeId
:
Long
?
=
null
,
startDate
:
LocalDate
?
=
null
,
status
:
PostTellersRequest.Status
?
=
null
)
Types
Status
Link copied to clipboard
@
Serializable
enum
Status
:
Enum
<
PostTellersRequest.Status
>
Values: INVALID,PENDING,ACTIVE,INACTIVE,CLOSED
Properties
date
Format
Link copied to clipboard
val
dateFormat
:
String
?
=
null
description
Link copied to clipboard
val
description
:
String
?
=
null
locale
Link copied to clipboard
val
locale
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
office
Id
Link copied to clipboard
val
officeId
:
Long
?
=
null
start
Date
Link copied to clipboard
val
startDate
:
LocalDate
?
=
null
status
Link copied to clipboard
val
status
:
PostTellersRequest.Status
?
=
null