| Package | Description |
|---|---|
| io.sphere.sdk.cartdiscounts |
Provides model classes and builders for cart discounts.
|
| io.sphere.sdk.carts |
Provides model classes and builders for carts.
|
| Modifier and Type | Method and Description |
|---|---|
static DiscountedLineItemPriceForQuantity |
DiscountedLineItemPriceForQuantity.of(DiscountedLineItemPrice discountedLineItemPrice,
long quantity) |
| Modifier and Type | Method and Description |
|---|---|
List<DiscountedLineItemPriceForQuantity> |
LineItem.getDiscountedPricePerQuantity() |
List<DiscountedLineItemPriceForQuantity> |
CustomLineItem.getDiscountedPricePerQuantity() |
List<DiscountedLineItemPriceForQuantity> |
LineItemLike.getDiscountedPricePerQuantity()
Gets discount information for groups of line items.
|