You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/DiscountCombinationMode.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,16 @@
11
11
importio.vrap.rmf.base.client.utils.Generated;
12
12
13
13
/**
14
-
* <p>Defines how Product Discounts and Cart Discounts are combined for every Line Item in a Cart.</p>
14
+
* <p>Defines how Product Discounts and Cart Discounts are combined for Line Items in every Cart of the Project.</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> */
20
+
<p>Either Product Discounts or Cart Discounts are chosen for each Line Item in the Cart based on the best deal for the Customer. Only one discount type applies per Line Item in the Cart.</p> */
0 commit comments