toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
GetClientsPageItemsResponse
Get
Clients
Page
Items
Response
@
Serializable
data
class
GetClientsPageItemsResponse
(
val
accountNo
:
String
?
=
null
,
val
active
:
Boolean
?
=
null
,
val
displayName
:
String
?
=
null
,
val
emailAddress
:
String
?
=
null
,
val
fullname
:
String
?
=
null
,
val
id
:
Long
?
=
null
,
val
officeId
:
Long
?
=
null
,
val
officeName
:
String
?
=
null
,
val
status
:
GetClientStatus
?
=
null
)
Parameters
account
No
active
display
Name
email
Address
fullname
id
office
Id
office
Name
status
Members
Constructors
Get
Clients
Page
Items
Response
Link copied to clipboard
constructor
(
accountNo
:
String
?
=
null
,
active
:
Boolean
?
=
null
,
displayName
:
String
?
=
null
,
emailAddress
:
String
?
=
null
,
fullname
:
String
?
=
null
,
id
:
Long
?
=
null
,
officeId
:
Long
?
=
null
,
officeName
:
String
?
=
null
,
status
:
GetClientStatus
?
=
null
)
Properties
account
No
Link copied to clipboard
val
accountNo
:
String
?
=
null
active
Link copied to clipboard
val
active
:
Boolean
?
=
null
display
Name
Link copied to clipboard
val
displayName
:
String
?
=
null
email
Address
Link copied to clipboard
val
emailAddress
:
String
?
=
null
fullname
Link copied to clipboard
val
fullname
:
String
?
=
null
id
Link copied to clipboard
val
id
:
Long
?
=
null
office
Id
Link copied to clipboard
val
officeId
:
Long
?
=
null
office
Name
Link copied to clipboard
val
officeName
:
String
?
=
null
status
Link copied to clipboard
val
status
:
GetClientStatus
?
=
null