GetProductsEquityAccountOptions

@Serializable
data class GetProductsEquityAccountOptions(val disabled: Boolean? = null, val glCode: String? = null, val id: Long? = null, val manualEntriesAllowed: Boolean? = null, val name: String? = null, val nameDecorated: String? = null, val tagId: GetProductsTagId? = null, val type: GetEquityType? = null, val usage: GetProductsLiabilityUsage? = null)

Parameters

disabled
glCode
id
manualEntriesAllowed
name
nameDecorated
tagId
type
usage

Constructors

Link copied to clipboard
constructor(disabled: Boolean? = null, glCode: String? = null, id: Long? = null, manualEntriesAllowed: Boolean? = null, name: String? = null, nameDecorated: String? = null, tagId: GetProductsTagId? = null, type: GetEquityType? = null, usage: GetProductsLiabilityUsage? = null)

Properties

Link copied to clipboard
val disabled: Boolean? = null
Link copied to clipboard
val glCode: 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 nameDecorated: String? = null
Link copied to clipboard
val tagId: GetProductsTagId? = null
Link copied to clipboard
val type: GetEquityType? = null
Link copied to clipboard