GetAccountRulesResponse

@Serializable
data class GetAccountRulesResponse(val allowMultipleCreditEntries: Boolean? = null, val allowMultipleDebitEntries: Boolean? = null, val creditTags: List<AccountingTagRuleData>? = null, val debitTags: List<AccountingTagRuleData>? = null, val description: String? = null, val id: Long? = null, val name: String? = null, val officeId: Long? = null, val officeName: String? = null, val systemDefined: Boolean? = null)

GetAccountRulesResponse

Parameters

allowMultipleCreditEntries
allowMultipleDebitEntries
creditTags
debitTags
description
id
name
officeId
officeName
systemDefined

Constructors

Link copied to clipboard
constructor(allowMultipleCreditEntries: Boolean? = null, allowMultipleDebitEntries: Boolean? = null, creditTags: List<AccountingTagRuleData>? = null, debitTags: List<AccountingTagRuleData>? = null, description: String? = null, id: Long? = null, name: String? = null, officeId: Long? = null, officeName: String? = null, systemDefined: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val officeId: Long? = null
Link copied to clipboard
val officeName: String? = null
Link copied to clipboard
val systemDefined: Boolean? = null