AssetTotalItemDto

data class AssetTotalItemDto(var name: AssetTypeEnumDto, var total: AmountDto? = null)

Item object containing the name of the asset type and it's total.

Parameters

name
total

Sum of all amounts for the given asset type in reference currency.

Constructors

Link copied to clipboard
constructor(name: AssetTypeEnumDto, total: AmountDto? = null)

Properties

Link copied to clipboard
Link copied to clipboard
@Valid
var total: AmountDto?