AccountingRuleData

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)

Parameters

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