public interface Reward
Interface provides information about the reward given to the user.
abstract Integer
getAmount()
abstract String
getType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Integer getAmount()
Returns the amount of reward.
abstract String getType()
Returns the type of reward.