toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
PutCodeValuesDataRequest
Put
Code
Values
Data
Request
@
Serializable
data
class
PutCodeValuesDataRequest
(
val
description
:
String
?
=
null
,
val
isActive
:
Boolean
?
=
null
,
val
name
:
String
?
=
null
,
val
position
:
Int
?
=
null
)
PutCodeValuesDataRequest
Parameters
description
is
Active
name
position
Members
Constructors
Put
Code
Values
Data
Request
Link copied to clipboard
constructor
(
description
:
String
?
=
null
,
isActive
:
Boolean
?
=
null
,
name
:
String
?
=
null
,
position
:
Int
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
is
Active
Link copied to clipboard
val
isActive
:
Boolean
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
position
Link copied to clipboard
val
position
:
Int
?
=
null