Package | Description |
---|---|
io.sphere.sdk.cartdiscounts |
Provides model classes and builders for cart discounts.
|
Modifier and Type | Method and Description |
---|---|
static DiscountedLineItemPortion |
DiscountedLineItemPortion.of(Referenceable<CartDiscount> discount,
javax.money.MonetaryAmount discountedAmount) |
Modifier and Type | Method and Description |
---|---|
List<DiscountedLineItemPortion> |
DiscountedLineItemPrice.getIncludedDiscounts() |
Modifier and Type | Method and Description |
---|---|
static DiscountedLineItemPrice |
DiscountedLineItemPrice.of(javax.money.MonetaryAmount money,
List<DiscountedLineItemPortion> includedDiscounts) |