RewardValue

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

Data class representing a numeric value with an associated type.

Parameters

amount

The number of reward units.

type

The type of reward units used in the loyalty program.

Constructors

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

Properties

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