TrendBalanceListDto

data class TrendBalanceListDto(var balances: MutableList<TrendBalanceDto>? = null)

List of trending balances of an account

Parameters

balances

List of the trending balances

Constructors

Link copied to clipboard
constructor(balances: MutableList<TrendBalanceDto>? = null)

Properties

Link copied to clipboard