public class VoucherRedemption
extends java.lang.Object
| Constructor and Description |
|---|
VoucherRedemption() |
| Modifier and Type | Method and Description |
|---|---|
int |
getQuantity() |
int |
getRedeemedQuantity() |
java.util.List<RedemptionEntry> |
getRedemptionEntries() |
static VoucherRedemption |
quantity(int limit) |
public static VoucherRedemption quantity(int limit)
public int getQuantity()
public int getRedeemedQuantity()
public java.util.List<RedemptionEntry> getRedemptionEntries()