Reward

@Serializable
data class Reward(val type: String? = null, val amount: Int? = null)

Constructors

Link copied to clipboard
constructor(type: String? = null, amount: Int? = null)

Properties

Link copied to clipboard
val amount: Int? = null
Link copied to clipboard
val type: String? = null