GetSavingsProductsAssetAccountOptions

@Serializable
data class GetSavingsProductsAssetAccountOptions(    val disabled: Boolean? = null,     val glCode: String? = null,     val id: Int? = null,     val manualEntriesAllowed: Boolean? = null,     val name: String? = null,     val tagId: Any? = null,     val type: GetSavingsAssetLiabilityType? = null,     val usage: GetSavingsProductsLiabilityUsage? = null)

Parameters

disabled
glCode
id
manualEntriesAllowed
name
tagId
type
usage

Constructors

Link copied to clipboard
constructor(    disabled: Boolean? = null,     glCode: String? = null,     id: Int? = null,     manualEntriesAllowed: Boolean? = null,     name: String? = null,     tagId: Any? = null,     type: GetSavingsAssetLiabilityType? = null,     usage: GetSavingsProductsLiabilityUsage? = null)

Properties

Link copied to clipboard
val disabled: Boolean? = null
Link copied to clipboard
val glCode: String? = null
Link copied to clipboard
val id: Int? = null
Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val tagId: Any? = null
Link copied to clipboard
Link copied to clipboard