public class Discount
extends java.lang.Object
| Constructor and Description |
|---|
Discount() |
| Modifier and Type | Method and Description |
|---|---|
static Discount |
amountOff(int amountOff) |
static Discount |
from(DiscountType type,
int value) |
static Discount |
percentOff(double percentOff) |
static Discount |
percentOff(double percentOff,
java.lang.Integer amountLimit) |
static Discount |
unitOff(double unitOff) |
public static Discount from(DiscountType type, int value)
public static Discount amountOff(int amountOff)
public static Discount percentOff(double percentOff)
public static Discount percentOff(double percentOff, java.lang.Integer amountLimit)
public static Discount unitOff(double unitOff)