Price

@Serializable
data class Price(val id: Int, val whitelisted: Boolean, val buys: BuySellObject, val sells: BuySellObject)

Data model for commerce price object

Constructors

Link copied to clipboard
constructor(id: Int, whitelisted: Boolean, buys: BuySellObject, sells: BuySellObject)

Properties

Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard