public interface PriceTier
ProductVariant
is added to a cart and ordered.
For example: the price can be lower if more than 10 items are ordered. If no tier price is found for the order quantity, the base Price is used.
PriceTierBuilder| Modifier and Type | Method and Description |
|---|---|
Integer |
getMinimumQuantity()
The minimum quantity this tier price is valid for.
|
javax.money.MonetaryAmount |
getValue()
The currency of a tier price is always the same as the currency of the base
Price. |
Integer getMinimumQuantity()
javax.money.MonetaryAmount getValue()
Price.