public interface RewardItem
This interface is deprecated.
Use RewardItem
instead.
This class contains the information about a reward.
Public Method Summary
abstract int |
getAmount()
Returns the amount of credit.
|
abstract String |
getType()
Returns the type of the credit.
|
Public Methods
public abstract int getAmount ()
Returns the amount of credit.
public abstract String getType ()
Returns the type of the credit.