public interface DiscountedLineItemPriceQueryModel<T>
extends io.sphere.sdk.queries.OptionalQueryModel<T>
Modifier and Type | Method and Description |
---|---|
DiscountedLineItemPortionQueryModel<T> |
includedDiscounts() |
io.sphere.sdk.queries.QueryPredicate<T> |
isNotPresent() |
io.sphere.sdk.queries.QueryPredicate<T> |
isPresent() |
io.sphere.sdk.queries.MoneyQueryModel<T> |
value() |
io.sphere.sdk.queries.MoneyQueryModel<T> value()
DiscountedLineItemPortionQueryModel<T> includedDiscounts()
io.sphere.sdk.queries.QueryPredicate<T> isNotPresent()
isNotPresent
in interface io.sphere.sdk.queries.OptionalQueryModel<T>