SalesArgument

@Serializable
data class SalesArgument(val categoryId: Int, val content: String)(source)

A special highlight or description of the auction, selected by the author.

Constructors

Link copied to clipboard
constructor(categoryId: Int, content: String)

Properties

Link copied to clipboard

The id of the category of the argument.

Link copied to clipboard

The URL to the image corresponding to the category.

Link copied to clipboard

The content of the argument.