PostGLAccountsRequest

@Serializable
data class PostGLAccountsRequest(val description: String? = null, val glCode: String? = null, val manualEntriesAllowed: Boolean? = null, val name: String? = null, val parentId: Long? = null, val tagId: Long? = null, val type: Int? = null, val usage: Int? = null)

PostGLAccountsRequest

Parameters

description
glCode
manualEntriesAllowed
name
parentId
tagId
type
usage

Constructors

Link copied to clipboard
constructor(description: String? = null, glCode: String? = null, manualEntriesAllowed: Boolean? = null, name: String? = null, parentId: Long? = null, tagId: Long? = null, type: Int? = null, usage: Int? = null)

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
val glCode: String? = null
Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val parentId: Long? = null
Link copied to clipboard
val tagId: Long? = null
Link copied to clipboard
val type: Int? = null
Link copied to clipboard
val usage: Int? = null