public interface ProductDiscountValue
Modifier and Type | Method and Description |
---|---|
static AbsoluteProductDiscountValue |
ofAbsolute(List<javax.money.MonetaryAmount> money) |
static AbsoluteProductDiscountValue |
ofAbsolute(javax.money.MonetaryAmount money) |
static ExternalProductDiscountValue |
ofExternal() |
static RelativeProductDiscountValue |
ofRelative(int permyriad) |
static AbsoluteProductDiscountValue ofAbsolute(List<javax.money.MonetaryAmount> money)
static AbsoluteProductDiscountValue ofAbsolute(javax.money.MonetaryAmount money)
static RelativeProductDiscountValue ofRelative(int permyriad)
static ExternalProductDiscountValue ofExternal()