FinancialActivityData

@Serializable
data class FinancialActivityData(val id: Int? = null, val mappedGLAccountType: FinancialActivityData.MappedGLAccountType? = null, val name: String? = null)

Parameters

id
mappedGLAccountType
name

Constructors

Link copied to clipboard
constructor(id: Int? = null, mappedGLAccountType: FinancialActivityData.MappedGLAccountType? = null, name: String? = null)

Types

Link copied to clipboard

Values: ASSET,LIABILITY,EQUITY,INCOME,EXPENSE

Properties

Link copied to clipboard
val id: Int? = null
Link copied to clipboard
val name: String? = null