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.

Constructors

Link copied to clipboard
constructor(amountInReferenceCurrency: BigDecimal, description: String, isCashAccount: Boolean)

Properties

Link copied to clipboard
@get:Size(max = 4096)
var description: String
Link copied to clipboard