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.
|
io.sphere.sdk.orders |
Provides model classes and builders for orders.
|
Modifier and Type | Method and Description |
---|---|
DiscountedLineItemPrice |
DiscountedLineItemPriceForQuantity.getDiscountedPrice() |
static DiscountedLineItemPrice |
DiscountedLineItemPrice.of(javax.money.MonetaryAmount money,
List<DiscountedLineItemPortion> includedDiscounts) |
Modifier and Type | Method and Description |
---|---|
static DiscountedLineItemPriceForQuantity |
DiscountedLineItemPriceForQuantity.of(DiscountedLineItemPrice discountedLineItemPrice,
long quantity) |
Modifier and Type | Method and Description |
---|---|
DiscountedLineItemPrice |
CartShippingInfo.getDiscountedPrice() |
Modifier and Type | Method and Description |
---|---|
DiscountedLineItemPrice |
ShippingInfoImportDraft.getDiscountedPrice() |
DiscountedLineItemPrice |
ShippingInfoImportDraftBuilder.getDiscountedPrice() |
DiscountedLineItemPrice |
ShippingInfoImportDraftDsl.getDiscountedPrice() |
Modifier and Type | Method and Description |
---|---|
ShippingInfoImportDraftBuilder |
ShippingInfoImportDraftBuilder.discountedPrice(DiscountedLineItemPrice discountedPrice)
Sets the
discountedPrice property of this builder. |
ShippingInfoImportDraftDsl |
ShippingInfoImportDraftDsl.withDiscountedPrice(DiscountedLineItemPrice discountedPrice) |