AssetGroupItemDto
data class AssetGroupItemDto(var amountInReferenceCurrency: BigDecimal, var description: String, var isCashAccount: Boolean)
Item of an asset group.
Parameters
amountInReferenceCurrency
Amount of the asset group in the reference currency.
description
Description of the group item.
isCashAccount
Indicates whether the group is cash accounts.