public final class CoinsReward
extends java.lang.Object
Product.| Modifier | Constructor and Description |
|---|---|
protected |
CoinsReward(int amount) |
| Modifier and Type | Method and Description |
|---|---|
protected static CoinsReward |
from(int amount) |
int |
getAmount()
Provides the number of Amazon Coins that a customer may be rewarded after purchasing the associated
Product. |
protected static final CoinsReward from(int amount)
public int getAmount()
Product.