PortfolioResponse

data class PortfolioResponse(val id: Long, val dollarBalance: Double, val shareBalance: Double, val totalWorth: Double, val lastUpdated: String, val assets: List<PortfolioAssetResponse>)

Constructors

Link copied to clipboard
constructor(portfolio: Portfolio)
constructor(id: Long, dollarBalance: Double, shareBalance: Double, totalWorth: Double, lastUpdated: String, assets: List<PortfolioAssetResponse>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard