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/cart/CartAddCustomLineItemAction.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ public interface CartAddCustomLineItemAction
123
123
124
124
/**
125
125
* <ul>
126
-
* <li>If <code>Standard</code>, Cart Discounts with a matching CartDiscountCustomLineItemsTarget are applied to the Custom Line Item.</li>
126
+
* <li>If <code>Standard</code>, Cart Discounts with a matching CartDiscountCustomLineItemsTarget, MultiBuyCustomLineItemsTarget, or CartDiscountPatternTarget are applied to the Custom Line Item.</li>
127
127
* <li>If <code>External</code>, Cart Discounts are not considered on the Custom Line Item.</li>
128
128
* </ul>
129
129
* @return priceMode
@@ -198,7 +198,7 @@ public interface CartAddCustomLineItemAction
198
198
199
199
/**
200
200
* <ul>
201
-
* <li>If <code>Standard</code>, Cart Discounts with a matching CartDiscountCustomLineItemsTarget are applied to the Custom Line Item.</li>
201
+
* <li>If <code>Standard</code>, Cart Discounts with a matching CartDiscountCustomLineItemsTarget, MultiBuyCustomLineItemsTarget, or CartDiscountPatternTarget are applied to the Custom Line Item.</li>
202
202
* <li>If <code>External</code>, Cart Discounts are not considered on the Custom Line Item.</li>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartAddCustomLineItemActionBuilder.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -310,7 +310,7 @@ public CartAddCustomLineItemActionBuilder custom(
310
310
311
311
/**
312
312
* <ul>
313
-
* <li>If <code>Standard</code>, Cart Discounts with a matching CartDiscountCustomLineItemsTarget are applied to the Custom Line Item.</li>
313
+
* <li>If <code>Standard</code>, Cart Discounts with a matching CartDiscountCustomLineItemsTarget, MultiBuyCustomLineItemsTarget, or CartDiscountPatternTarget are applied to the Custom Line Item.</li>
314
314
* <li>If <code>External</code>, Cart Discounts are not considered on the Custom Line Item.</li>
315
315
* </ul>
316
316
* @param priceMode value to be set
@@ -413,7 +413,7 @@ public com.commercetools.api.models.type.CustomFieldsDraft getCustom() {
413
413
414
414
/**
415
415
* <ul>
416
-
* <li>If <code>Standard</code>, Cart Discounts with a matching CartDiscountCustomLineItemsTarget are applied to the Custom Line Item.</li>
416
+
* <li>If <code>Standard</code>, Cart Discounts with a matching CartDiscountCustomLineItemsTarget, MultiBuyCustomLineItemsTarget, or CartDiscountPatternTarget are applied to the Custom Line Item.</li>
417
417
* <li>If <code>External</code>, Cart Discounts are not considered on the Custom Line Item.</li>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CartAddCustomLineItemActionImpl.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,7 @@ public com.commercetools.api.models.type.CustomFieldsDraft getCustom() {
162
162
163
163
/**
164
164
* <ul>
165
-
* <li>If <code>Standard</code>, Cart Discounts with a matching CartDiscountCustomLineItemsTarget are applied to the Custom Line Item.</li>
165
+
* <li>If <code>Standard</code>, Cart Discounts with a matching CartDiscountCustomLineItemsTarget, MultiBuyCustomLineItemsTarget, or CartDiscountPatternTarget are applied to the Custom Line Item.</li>
166
166
* <li>If <code>External</code>, Cart Discounts are not considered on the Custom Line Item.</li>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItem.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ public interface CustomLineItem extends com.commercetools.api.models.Customizabl
190
190
publicItemShippingDetailsgetShippingDetails();
191
191
192
192
/**
193
-
* <p>Indicates whether Cart Discounts with a matching CartDiscountCustomLineItemsTarget are applied to the Custom Line Item.</p>
193
+
* <p>Indicates whether Cart Discounts with a matching CartDiscountCustomLineItemsTarget, MultiBuyCustomLineItemsTarget, or CartDiscountPatternTarget are applied to the Custom Line Item.</p>
194
194
* @return priceMode
195
195
*/
196
196
@NotNull
@@ -347,7 +347,7 @@ public void setDiscountedPricePerQuantity(
* <p>Indicates whether Cart Discounts with a matching CartDiscountCustomLineItemsTarget are applied to the Custom Line Item.</p>
350
+
* <p>Indicates whether Cart Discounts with a matching CartDiscountCustomLineItemsTarget, MultiBuyCustomLineItemsTarget, or CartDiscountPatternTarget are applied to the Custom Line Item.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemBuilder.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -762,7 +762,7 @@ public CustomLineItemBuilder shippingDetails(
762
762
}
763
763
764
764
/**
765
-
* <p>Indicates whether Cart Discounts with a matching CartDiscountCustomLineItemsTarget are applied to the Custom Line Item.</p>
765
+
* <p>Indicates whether Cart Discounts with a matching CartDiscountCustomLineItemsTarget, MultiBuyCustomLineItemsTarget, or CartDiscountPatternTarget are applied to the Custom Line Item.</p>
766
766
* @param priceMode value to be set
767
767
* @return Builder
768
768
*/
@@ -927,7 +927,7 @@ public com.commercetools.api.models.cart.ItemShippingDetails getShippingDetails(
927
927
}
928
928
929
929
/**
930
-
* <p>Indicates whether Cart Discounts with a matching CartDiscountCustomLineItemsTarget are applied to the Custom Line Item.</p>
930
+
* <p>Indicates whether Cart Discounts with a matching CartDiscountCustomLineItemsTarget, MultiBuyCustomLineItemsTarget, or CartDiscountPatternTarget are applied to the Custom Line Item.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemDraft.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ public interface CustomLineItemDraft extends com.commercetools.api.models.Custom
115
115
116
116
/**
117
117
* <ul>
118
-
* <li>If <code>Standard</code>, Cart Discounts with a matching CartDiscountCustomLineItemsTarget are applied to the Custom Line Item.</li>
118
+
* <li>If <code>Standard</code>, Cart Discounts with a matching CartDiscountCustomLineItemsTarget, MultiBuyCustomLineItemsTarget, or CartDiscountPatternTarget are applied to the Custom Line Item.</li>
119
119
* <li>If <code>External</code>, Cart Discounts are not considered on the Custom Line Item.</li>
120
120
* </ul>
121
121
* @return priceMode
@@ -189,7 +189,7 @@ public interface CustomLineItemDraft extends com.commercetools.api.models.Custom
189
189
190
190
/**
191
191
* <ul>
192
-
* <li>If <code>Standard</code>, Cart Discounts with a matching CartDiscountCustomLineItemsTarget are applied to the Custom Line Item.</li>
192
+
* <li>If <code>Standard</code>, Cart Discounts with a matching CartDiscountCustomLineItemsTarget, MultiBuyCustomLineItemsTarget, or CartDiscountPatternTarget are applied to the Custom Line Item.</li>
193
193
* <li>If <code>External</code>, Cart Discounts are not considered on the Custom Line Item.</li>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemDraftBuilder.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -307,7 +307,7 @@ public CustomLineItemDraftBuilder shippingDetails(
307
307
308
308
/**
309
309
* <ul>
310
-
* <li>If <code>Standard</code>, Cart Discounts with a matching CartDiscountCustomLineItemsTarget are applied to the Custom Line Item.</li>
310
+
* <li>If <code>Standard</code>, Cart Discounts with a matching CartDiscountCustomLineItemsTarget, MultiBuyCustomLineItemsTarget, or CartDiscountPatternTarget are applied to the Custom Line Item.</li>
311
311
* <li>If <code>External</code>, Cart Discounts are not considered on the Custom Line Item.</li>
312
312
* </ul>
313
313
* @param priceMode value to be set
@@ -409,7 +409,7 @@ public com.commercetools.api.models.cart.ItemShippingDetailsDraft getShippingDet
409
409
410
410
/**
411
411
* <ul>
412
-
* <li>If <code>Standard</code>, Cart Discounts with a matching CartDiscountCustomLineItemsTarget are applied to the Custom Line Item.</li>
412
+
* <li>If <code>Standard</code>, Cart Discounts with a matching CartDiscountCustomLineItemsTarget, MultiBuyCustomLineItemsTarget, or CartDiscountPatternTarget are applied to the Custom Line Item.</li>
413
413
* <li>If <code>External</code>, Cart Discounts are not considered on the Custom Line Item.</li>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemDraftImpl.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ public com.commercetools.api.models.cart.ItemShippingDetailsDraft getShippingDet
147
147
148
148
/**
149
149
* <ul>
150
-
* <li>If <code>Standard</code>, Cart Discounts with a matching CartDiscountCustomLineItemsTarget are applied to the Custom Line Item.</li>
150
+
* <li>If <code>Standard</code>, Cart Discounts with a matching CartDiscountCustomLineItemsTarget, MultiBuyCustomLineItemsTarget, or CartDiscountPatternTarget are applied to the Custom Line Item.</li>
151
151
* <li>If <code>External</code>, Cart Discounts are not considered on the Custom Line Item.</li>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemImpl.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ public com.commercetools.api.models.cart.ItemShippingDetails getShippingDetails(
233
233
}
234
234
235
235
/**
236
-
* <p>Indicates whether Cart Discounts with a matching CartDiscountCustomLineItemsTarget are applied to the Custom Line Item.</p>
236
+
* <p>Indicates whether Cart Discounts with a matching CartDiscountCustomLineItemsTarget, MultiBuyCustomLineItemsTarget, or CartDiscountPatternTarget are applied to the Custom Line Item.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemPriceMode.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ public interface CustomLineItemPriceMode extends JsonEnum {
21
21
<p>This is the default mode for backwards compatibility.</p> */
<p>Deactivates application of Cart Discounts for the Custom Line Item, despite a matching CartDiscountCustomLineItemsTarget and MultiBuyCustomLineItemsTarget.</p> */
24
+
<p>Deactivates application of Cart Discounts for the Custom Line Item despite a matching CartDiscountCustomLineItemsTarget, MultiBuyCustomLineItemsTarget, or CartDiscountPatternTarget.</p> */
0 commit comments