public class Discount
extends java.lang.Object
| Constructor and Description |
|---|
Discount() |
| Modifier and Type | Method and Description |
|---|---|
static Discount |
from(DiscountType type,
int value) |
java.lang.Integer |
getAmountOff() |
java.lang.Double |
getPercentOff() |
DiscountType |
getType() |
java.lang.Double |
getUnitOff() |
java.lang.String |
getUnitType() |
public static Discount from(DiscountType type, int value)
public DiscountType getType()
public java.lang.Integer getAmountOff()
public java.lang.Double getPercentOff()
public java.lang.Double getUnitOff()
public java.lang.String getUnitType()