public interface PriceSelection
ProductProjectionSearch
.
Use PriceSelectionBuilder
or PriceSelectionDsl
to create an instance.Modifier and Type | Method and Description |
---|---|
String |
getPriceChannel() |
String |
getPriceCountry() |
String |
getPriceCurrency() |
String |
getPriceCustomerGroup() |
static PriceSelectionDsl |
of(javax.money.CurrencyUnit currencyUnit) |
static PriceSelectionDsl |
ofCurrencyCode(String currencyCode) |
static PriceSelectionDsl ofCurrencyCode(String currencyCode)
static PriceSelectionDsl of(@Nonnull javax.money.CurrencyUnit currencyUnit)