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/discount_code/DiscountCode.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -168,15 +168,15 @@ public interface DiscountCode
168
168
publicList<Reference> getReferences();
169
169
170
170
/**
171
-
* <p>Number of times the DiscountCode can be applied. DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.</p>
171
+
* <p>Number of times the DiscountCode can be applied. DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
172
172
* @return maxApplications
173
173
*/
174
174
175
175
@JsonProperty("maxApplications")
176
176
publicLonggetMaxApplications();
177
177
178
178
/**
179
-
* <p>Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported). DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.</p>
179
+
* <p>Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported). DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
180
180
* @return maxApplicationsPerCustomer
181
181
*/
182
182
@@ -338,14 +338,14 @@ public interface DiscountCode
* <p>Number of times the DiscountCode can be applied. DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.</p>
341
+
* <p>Number of times the DiscountCode can be applied. DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
* <p>Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported). DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.</p>
348
+
* <p>Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported). DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
349
349
* @param maxApplicationsPerCustomer value to be set
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeBuilder.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -475,7 +475,7 @@ public DiscountCodeBuilder withReferences(
475
475
}
476
476
477
477
/**
478
-
* <p>Number of times the DiscountCode can be applied. DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.</p>
478
+
* <p>Number of times the DiscountCode can be applied. DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
479
479
* @param maxApplications value to be set
480
480
* @return Builder
481
481
*/
@@ -486,7 +486,7 @@ public DiscountCodeBuilder maxApplications(@Nullable final Long maxApplications)
486
486
}
487
487
488
488
/**
489
-
* <p>Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported). DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.</p>
489
+
* <p>Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported). DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
490
490
* @param maxApplicationsPerCustomer value to be set
491
491
* @return Builder
492
492
*/
@@ -733,7 +733,7 @@ public java.util.List<com.commercetools.api.models.common.Reference> getReferenc
733
733
}
734
734
735
735
/**
736
-
* <p>Number of times the DiscountCode can be applied. DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.</p>
736
+
* <p>Number of times the DiscountCode can be applied. DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
737
737
* @return maxApplications
738
738
*/
739
739
@@ -743,7 +743,7 @@ public Long getMaxApplications() {
743
743
}
744
744
745
745
/**
746
-
* <p>Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported). DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.</p>
746
+
* <p>Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported). DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraft.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ public interface DiscountCodeDraft extends com.commercetools.api.models.Customiz
99
99
100
100
/**
101
101
* <p>Number of times the DiscountCode can be applied.</p>
102
-
* <p>If not set, the DiscountCode can be applied any number of times.</p>
102
+
* <p>If not set, the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
103
103
* @return maxApplications
104
104
*/
105
105
@@ -108,7 +108,7 @@ public interface DiscountCodeDraft extends com.commercetools.api.models.Customiz
108
108
109
109
/**
110
110
* <p>Number of times the DiscountCode can be applied per Customer.</p>
111
-
* <p>If not set, the DiscountCode can be applied any number of times.</p>
111
+
* <p>If not set, the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
112
112
* @return maxApplicationsPerCustomer
113
113
*/
114
114
@@ -207,15 +207,15 @@ public interface DiscountCodeDraft extends com.commercetools.api.models.Customiz
207
207
208
208
/**
209
209
* <p>Number of times the DiscountCode can be applied.</p>
210
-
* <p>If not set, the DiscountCode can be applied any number of times.</p>
210
+
* <p>If not set, the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
* <p>Number of times the DiscountCode can be applied per Customer.</p>
218
-
* <p>If not set, the DiscountCode can be applied any number of times.</p>
218
+
* <p>If not set, the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
219
219
* @param maxApplicationsPerCustomer value to be set
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraftBuilder.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ public DiscountCodeDraftBuilder isActive(@Nullable final Boolean isActive) {
275
275
276
276
/**
277
277
* <p>Number of times the DiscountCode can be applied.</p>
278
-
* <p>If not set, the DiscountCode can be applied any number of times.</p>
278
+
* <p>If not set, the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
279
279
* @param maxApplications value to be set
280
280
* @return Builder
281
281
*/
@@ -287,7 +287,7 @@ public DiscountCodeDraftBuilder maxApplications(@Nullable final Long maxApplicat
287
287
288
288
/**
289
289
* <p>Number of times the DiscountCode can be applied per Customer.</p>
290
-
* <p>If not set, the DiscountCode can be applied any number of times.</p>
290
+
* <p>If not set, the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
291
291
* @param maxApplicationsPerCustomer value to be set
292
292
* @return Builder
293
293
*/
@@ -461,7 +461,7 @@ public Boolean getIsActive() {
461
461
462
462
/**
463
463
* <p>Number of times the DiscountCode can be applied.</p>
464
-
* <p>If not set, the DiscountCode can be applied any number of times.</p>
464
+
* <p>If not set, the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
465
465
* @return maxApplications
466
466
*/
467
467
@@ -472,7 +472,7 @@ public Long getMaxApplications() {
472
472
473
473
/**
474
474
* <p>Number of times the DiscountCode can be applied per Customer.</p>
475
-
* <p>If not set, the DiscountCode can be applied any number of times.</p>
475
+
* <p>If not set, the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeDraftImpl.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ public Boolean getIsActive() {
144
144
145
145
/**
146
146
* <p>Number of times the DiscountCode can be applied.</p>
147
-
* <p>If not set, the DiscountCode can be applied any number of times.</p>
147
+
* <p>If not set, the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
148
148
*/
149
149
150
150
publicLonggetMaxApplications() {
@@ -153,7 +153,7 @@ public Long getMaxApplications() {
153
153
154
154
/**
155
155
* <p>Number of times the DiscountCode can be applied per Customer.</p>
156
-
* <p>If not set, the DiscountCode can be applied any number of times.</p>
156
+
* <p>If not set, the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeImpl.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -229,15 +229,15 @@ public java.util.List<com.commercetools.api.models.common.Reference> getReferenc
229
229
}
230
230
231
231
/**
232
-
* <p>Number of times the DiscountCode can be applied. DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.</p>
232
+
* <p>Number of times the DiscountCode can be applied. DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
233
233
*/
234
234
235
235
publicLonggetMaxApplications() {
236
236
returnthis.maxApplications;
237
237
}
238
238
239
239
/**
240
-
* <p>Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported). DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.</p>
240
+
* <p>Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported). DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsAction.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ public interface DiscountCodeSetMaxApplicationsAction extends DiscountCodeUpdate
36
36
37
37
/**
38
38
* <p>Value to set.</p>
39
-
* <p>If empty, any existing value will be removed and the DiscountCode can be applied any number of times.</p>
39
+
* <p>If empty, any existing value will be removed and the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
40
40
* @return maxApplications
41
41
*/
42
42
@@ -45,7 +45,7 @@ public interface DiscountCodeSetMaxApplicationsAction extends DiscountCodeUpdate
45
45
46
46
/**
47
47
* <p>Value to set.</p>
48
-
* <p>If empty, any existing value will be removed and the DiscountCode can be applied any number of times.</p>
48
+
* <p>If empty, any existing value will be removed and the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsActionBuilder.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ public class DiscountCodeSetMaxApplicationsActionBuilder implements Builder<Disc
27
27
28
28
/**
29
29
* <p>Value to set.</p>
30
-
* <p>If empty, any existing value will be removed and the DiscountCode can be applied any number of times.</p>
30
+
* <p>If empty, any existing value will be removed and the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
31
31
* @param maxApplications value to be set
32
32
* @return Builder
33
33
*/
@@ -39,7 +39,7 @@ public DiscountCodeSetMaxApplicationsActionBuilder maxApplications(@Nullable fin
39
39
40
40
/**
41
41
* <p>Value to set.</p>
42
-
* <p>If empty, any existing value will be removed and the DiscountCode can be applied any number of times.</p>
42
+
* <p>If empty, any existing value will be removed and the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsActionImpl.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ public String getAction() {
52
52
53
53
/**
54
54
* <p>Value to set.</p>
55
-
* <p>If empty, any existing value will be removed and the DiscountCode can be applied any number of times.</p>
55
+
* <p>If empty, any existing value will be removed and the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/discount_code/DiscountCodeSetMaxApplicationsPerCustomerAction.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ public interface DiscountCodeSetMaxApplicationsPerCustomerAction extends Discoun
36
36
37
37
/**
38
38
* <p>Value to set.</p>
39
-
* <p>If empty, any existing value will be removed and the DiscountCode can be applied any number of times.</p>
39
+
* <p>If empty, any existing value will be removed and the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
40
40
* @return maxApplicationsPerCustomer
41
41
*/
42
42
@@ -45,7 +45,7 @@ public interface DiscountCodeSetMaxApplicationsPerCustomerAction extends Discoun
45
45
46
46
/**
47
47
* <p>Value to set.</p>
48
-
* <p>If empty, any existing value will be removed and the DiscountCode can be applied any number of times.</p>
48
+
* <p>If empty, any existing value will be removed and the DiscountCode can be applied any number of times. This field does not limit discount applications for Orders created from a <a href="https://docs.commercetools.com/apis/ctp:api:type:RecurringOrder" rel="nofollow">Recurring Order</a>.</p>
49
49
* @param maxApplicationsPerCustomer value to be set
0 commit comments