toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
AccountingTagRuleData
Accounting
Tag
Rule
Data
@
Serializable
data
class
AccountingTagRuleData
(
val
id
:
Long
?
=
null
,
val
tag
:
CodeValueData
?
=
null
,
val
transactionType
:
EnumOptionData
?
=
null
)
Parameters
id
tag
transaction
Type
Members
Constructors
Accounting
Tag
Rule
Data
Link copied to clipboard
constructor
(
id
:
Long
?
=
null
,
tag
:
CodeValueData
?
=
null
,
transactionType
:
EnumOptionData
?
=
null
)
Properties
id
Link copied to clipboard
val
id
:
Long
?
=
null
tag
Link copied to clipboard
val
tag
:
CodeValueData
?
=
null
transaction
Type
Link copied to clipboard
val
transactionType
:
EnumOptionData
?
=
null