AccountingTagRuleData

@Serializable
data class AccountingTagRuleData(val id: Long? = null, val tag: CodeValueData? = null, val transactionType: EnumOptionData? = null)

Parameters

id
tag
transactionType

Constructors

Link copied to clipboard
constructor(id: Long? = null, tag: CodeValueData? = null, transactionType: EnumOptionData? = null)

Properties

Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val tag: CodeValueData? = null
Link copied to clipboard