PortfolioAssetResponse

data class PortfolioAssetResponse(val id: Long, val currencyName: String, val currencyCode: String, val shares: Double, val sharesValueInDollars: Double, val assetWalletDollars: Double, val totalValueInDollars: Double, val targetPrice: Double, val lastUpdated: String, val vendorName: String)

Constructors

Link copied to clipboard
constructor(portfolioAsset: PortfolioAsset)
constructor(id: Long, currencyName: String, currencyCode: String, shares: Double, sharesValueInDollars: Double, assetWalletDollars: Double, totalValueInDollars: Double, targetPrice: Double, lastUpdated: String, vendorName: String)

Properties

Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard