GLAccount

@Serializable
data class GLAccount(val children: List<GLAccount>? = null, val description: String? = null, val detailAccount: Boolean? = null, val disabled: Boolean? = null, val glCode: String? = null, val headerAccount: Boolean? = null, val hierarchy: String? = null, val id: Long? = null, val manualEntriesAllowed: Boolean? = null, val name: String? = null, val new: Boolean? = null, val parent: GLAccount? = null, val tagId: CodeValue? = null, val type: Int? = null, val usage: Int? = null)

Parameters

children
description
detailAccount
disabled
glCode
headerAccount
hierarchy
id
manualEntriesAllowed
name
new
parent
tagId
type
usage

Constructors

Link copied to clipboard
constructor(children: List<GLAccount>? = null, description: String? = null, detailAccount: Boolean? = null, disabled: Boolean? = null, glCode: String? = null, headerAccount: Boolean? = null, hierarchy: String? = null, id: Long? = null, manualEntriesAllowed: Boolean? = null, name: String? = null, new: Boolean? = null, parent: GLAccount? = null, tagId: CodeValue? = null, type: Int? = null, usage: Int? = null)

Properties

Link copied to clipboard
val children: List<GLAccount>? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val detailAccount: Boolean? = null
Link copied to clipboard
val disabled: Boolean? = null
Link copied to clipboard
val glCode: String? = null
Link copied to clipboard
val headerAccount: Boolean? = null
Link copied to clipboard
val hierarchy: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val new: Boolean? = null
Link copied to clipboard
val parent: GLAccount? = null
Link copied to clipboard
val tagId: CodeValue? = null
Link copied to clipboard
val type: Int? = null
Link copied to clipboard
val usage: Int? = null