GetProductsMarketPrice

@Serializable
data class GetProductsMarketPrice(val fromDate: String? = null, val id: Long? = null, val shareValue: Int? = null)

Parameters

fromDate
id
shareValue

Constructors

Link copied to clipboard
constructor(fromDate: String? = null, id: Long? = null, shareValue: Int? = null)

Properties

Link copied to clipboard
val fromDate: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val shareValue: Int? = null