toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
Field
Field
@
Serializable
data
class
Field
(
val
fieldName
:
String
?
=
null
,
val
fieldType
:
String
?
=
null
,
val
fieldValue
:
String
?
=
null
,
val
optional
:
Boolean
?
=
null
,
val
placeholder
:
String
?
=
null
)
Parameters
field
Name
field
Type
field
Value
optional
placeholder
Members
Constructors
Field
Link copied to clipboard
constructor
(
fieldName
:
String
?
=
null
,
fieldType
:
String
?
=
null
,
fieldValue
:
String
?
=
null
,
optional
:
Boolean
?
=
null
,
placeholder
:
String
?
=
null
)
Properties
field
Name
Link copied to clipboard
val
fieldName
:
String
?
=
null
field
Type
Link copied to clipboard
val
fieldType
:
String
?
=
null
field
Value
Link copied to clipboard
val
fieldValue
:
String
?
=
null
optional
Link copied to clipboard
val
optional
:
Boolean
?
=
null
placeholder
Link copied to clipboard
val
placeholder
:
String
?
=
null