Package | Description |
---|---|
io.sphere.sdk.cartdiscounts |
Provides model classes and builders for cart discounts.
|
Modifier and Type | Method and Description |
---|---|
static GiftLineItemCartDiscountValue |
GiftLineItemCartDiscountValue.of(ResourceIdentifier<Product> product,
Integer variantId,
ResourceIdentifier<Channel> supplyChannel,
ResourceIdentifier<Channel> distributionChannel) |
static GiftLineItemCartDiscountValue |
CartDiscountValue.ofGiftLineItem(ByIdVariantIdentifier variantIdentifier,
ResourceIdentifier<Channel> supplyChannel,
ResourceIdentifier<Channel> distributionChannel) |
static GiftLineItemCartDiscountValue |
CartDiscountValue.ofGiftLineItem(ResourceIdentifier<Product> product,
Integer variantId,
ResourceIdentifier<Channel> supplyChannel,
ResourceIdentifier<Channel> distributionChannel) |