Package | Description |
---|---|
io.sphere.sdk.cartdiscounts |
Provides model classes and builders for cart discounts.
|
Modifier and Type | Method and Description |
---|---|
static SelectionMode |
SelectionMode.ofSphereValue(String value) |
static SelectionMode |
SelectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectionMode[] |
SelectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static MultiBuyCustomLineItemsTarget |
MultiBuyCustomLineItemsTarget.of(String predicate,
Long triggerQuantity,
Long discountedQuantity,
SelectionMode selectionMode) |
static MultiBuyLineItemsTarget |
MultiBuyLineItemsTarget.of(String predicate,
Long triggerQuantity,
Long discountedQuantity,
SelectionMode selectionMode) |
static MultiBuyCustomLineItemsTarget |
MultiBuyCustomLineItemsTarget.of(String predicate,
Long triggerQuantity,
Long discountedQuantity,
SelectionMode selectionMode,
Long maxOccurrence) |
static MultiBuyLineItemsTarget |
MultiBuyLineItemsTarget.of(String predicate,
Long triggerQuantity,
Long discountedQuantity,
SelectionMode selectionMode,
Long maxOccurrence) |