RewardItem

data class RewardItem(val amount: Int, val type: String)

Constructors

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

Properties

Link copied to clipboard
val amount: Int
Link copied to clipboard