PostProductsMarketPricePeriods

@Serializable
data class PostProductsMarketPricePeriods(val dateFormat: String? = null, val fromDate: String? = null, val locale: String? = null, val shareValue: Int? = null)

Parameters

dateFormat
fromDate
locale
shareValue

Constructors

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

Properties

Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val fromDate: String? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val shareValue: Int? = null