toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
GetTemplatesResponse
Get
Templates
Response
@
Serializable
data
class
GetTemplatesResponse
(
val
entity
:
Long
?
=
null
,
val
id
:
Long
?
=
null
,
val
mappers
:
List
<
TemplateMapper
>
?
=
null
,
val
name
:
String
?
=
null
,
val
text
:
String
?
=
null
,
val
type
:
Long
?
=
null
)
GetTemplatesResponse
Parameters
entity
id
mappers
name
text
type
Members
Constructors
Get
Templates
Response
Link copied to clipboard
constructor
(
entity
:
Long
?
=
null
,
id
:
Long
?
=
null
,
mappers
:
List
<
TemplateMapper
>
?
=
null
,
name
:
String
?
=
null
,
text
:
String
?
=
null
,
type
:
Long
?
=
null
)
Properties
entity
Link copied to clipboard
val
entity
:
Long
?
=
null
id
Link copied to clipboard
val
id
:
Long
?
=
null
mappers
Link copied to clipboard
val
mappers
:
List
<
TemplateMapper
>
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
text
Link copied to clipboard
val
text
:
String
?
=
null
type
Link copied to clipboard
val
type
:
Long
?
=
null