Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
import io.vrap.rmf.base.client.utils.Generated;

/**
* <p>Defines how Product Discounts and Cart Discounts are combined for every Cart in a Project.</p>
* <p>Defines how Product Discounts and Cart Discounts are combined for every Line Item in a Cart.</p>
*/
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
public interface DiscountCombinationMode extends JsonEnum {

/**
<p>Either Product Discounts or Cart Discounts are chosen based on best deal for the customer. Only one type applies per Cart.</p> */
<p>Either Product Discounts or Cart Discounts are chosen based on best deal for the customer. Only one type applies per Line Item in a Cart.</p> */
DiscountCombinationMode BEST_DEAL = DiscountCombinationModeEnum.BEST_DEAL;
/**
<p>Product Discounts and Cart Discounts are both applied to the Cart, potentially increasing the total discount.</p> */
<p>Product Discounts and Cart Discounts are both applied to the Line Item in a Cart, potentially increasing the total discount.</p> */
DiscountCombinationMode STACKING = DiscountCombinationModeEnum.STACKING;

/**
Expand Down
1 change: 1 addition & 0 deletions reference.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f638e9b425709e0394e55b7c70b7b09aafd14229
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -530,3 +530,4 @@ bb59c72e09951d391e013c3784ffba3fc5876bc3
a9c69a2e32f13e695d381fb1c492ee6ed7e6f046
8b51ad0f1cb789c4294135568e272854eea7ac53
da68d777f48ba0233a7542a5344d86ef185db481
d90411c7dae76245a17c90707bfd18b735f04a9c