Skip to content

Commit 98ae050

Browse files
committed
build(codegen): updating SDK
1 parent 0dc71fe commit 98ae050

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

packages/platform-sdk/src/generated/models/discount-code.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,15 @@ export interface DiscountCode extends BaseResource {
112112
/**
113113
* Number of times the DiscountCode can be applied.
114114
* DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.
115+
* This field does not limit discount applications for Orders created from a [Recurring Order](ctp:api:type:RecurringOrder).
115116
*
116117
*
117118
*/
118119
readonly maxApplications?: number
119120
/**
120121
* Number of times the DiscountCode can be applied per Customer (anonymous Carts are not supported).
121122
* DiscountCode application is counted at the time of Order creation or edit. However, Order cancellation or deletion does not decrement the count.
123+
* This field does not limit discount applications for Orders created from a [Recurring Order](ctp:api:type:RecurringOrder).
122124
*
123125
*
124126
*/
@@ -204,6 +206,7 @@ export interface DiscountCodeDraft {
204206
* Number of times the DiscountCode can be applied.
205207
*
206208
* If not set, the DiscountCode can be applied any number of times.
209+
* This field does not limit discount applications for Orders created from a [Recurring Order](ctp:api:type:RecurringOrder).
207210
*
208211
*
209212
*/
@@ -212,6 +215,7 @@ export interface DiscountCodeDraft {
212215
* Number of times the DiscountCode can be applied per Customer.
213216
*
214217
* If not set, the DiscountCode can be applied any number of times.
218+
* This field does not limit discount applications for Orders created from a [Recurring Order](ctp:api:type:RecurringOrder).
215219
*
216220
*
217221
*/
@@ -459,6 +463,7 @@ export interface DiscountCodeSetMaxApplicationsAction
459463
* Value to set.
460464
*
461465
* If empty, any existing value will be removed and the DiscountCode can be applied any number of times.
466+
* This field does not limit discount applications for Orders created from a [Recurring Order](ctp:api:type:RecurringOrder).
462467
*
463468
*
464469
*/
@@ -471,6 +476,7 @@ export interface DiscountCodeSetMaxApplicationsPerCustomerAction
471476
* Value to set.
472477
*
473478
* If empty, any existing value will be removed and the DiscountCode can be applied any number of times.
479+
* This field does not limit discount applications for Orders created from a [Recurring Order](ctp:api:type:RecurringOrder).
474480
*
475481
*
476482
*/

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,3 +513,4 @@ da68d777f48ba0233a7542a5344d86ef185db481
513513
d90411c7dae76245a17c90707bfd18b735f04a9c
514514
f3ae1f87cbf764a30d228bf4e01215405951d454
515515
7fe8fbd8d4276aa8a033b8cba92c68c695d808c2
516+
053ba06830d03bf8eb9963500e4498f14754b746

0 commit comments

Comments
 (0)