toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
IdDocument
Id
Document
@
Serializable
data
class
IdDocument
(
val
idNumber
:
String
?
=
null
,
val
idType
:
String
?
=
null
,
val
issuerCountry
:
String
?
=
null
,
val
otherIdDescription
:
String
?
=
null
)
Parameters
id
Number
id
Type
issuer
Country
other
Id
Description
Members
Constructors
Id
Document
Link copied to clipboard
constructor
(
idNumber
:
String
?
=
null
,
idType
:
String
?
=
null
,
issuerCountry
:
String
?
=
null
,
otherIdDescription
:
String
?
=
null
)
Properties
id
Number
Link copied to clipboard
val
idNumber
:
String
?
=
null
id
Type
Link copied to clipboard
val
idType
:
String
?
=
null
issuer
Country
Link copied to clipboard
val
issuerCountry
:
String
?
=
null
other
Id
Description
Link copied to clipboard
val
otherIdDescription
:
String
?
=
null