AccountingRuleData

@Serializable
data class AccountingRuleData(val allowMultipleCreditEntries: Boolean? = null, val allowMultipleDebitEntries: Boolean? = null, val allowedAccounts: List<GLAccountData>? = null, val allowedCreditTagOptions: List<CodeValueData>? = null, val allowedDebitTagOptions: List<CodeValueData>? = null, val allowedOffices: List<OfficeData>? = null, val creditAccounts: List<GLAccountDataForLookup>? = null, val creditTags: List<AccountingTagRuleData>? = null, val debitAccounts: List<GLAccountDataForLookup>? = 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)

Parameters

allowMultipleCreditEntries
allowMultipleDebitEntries
allowedAccounts
allowedCreditTagOptions
allowedDebitTagOptions
allowedOffices
creditAccounts
creditTags
debitAccounts
debitTags
description
id
name
officeId
officeName
systemDefined

Constructors

Link copied to clipboard
constructor(allowMultipleCreditEntries: Boolean? = null, allowMultipleDebitEntries: Boolean? = null, allowedAccounts: List<GLAccountData>? = null, allowedCreditTagOptions: List<CodeValueData>? = null, allowedDebitTagOptions: List<CodeValueData>? = null, allowedOffices: List<OfficeData>? = null, creditAccounts: List<GLAccountDataForLookup>? = null, creditTags: List<AccountingTagRuleData>? = null, debitAccounts: List<GLAccountDataForLookup>? = 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
Link copied to clipboard
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