public interface DiscountedPrice
Modifier and Type | Method and Description |
---|---|
Reference<ProductDiscount> |
getDiscount() |
javax.money.MonetaryAmount |
getValue() |
static DiscountedPrice |
of(javax.money.MonetaryAmount value,
Reference<ProductDiscount> discount) |
javax.money.MonetaryAmount getValue()
Reference<ProductDiscount> getDiscount()
static DiscountedPrice of(javax.money.MonetaryAmount value, Reference<ProductDiscount> discount)