Listing

@Serializable
data class Listing(val listings: Int, val unitPrice: Int, val quantity: Int)

Data model for buys/sells object in commerce listing

Constructors

Link copied to clipboard
constructor(listings: Int, unitPrice: Int, quantity: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "unit_price")
val unitPrice: Int