Skip to content

Commit 2131771

Browse files
committed
build(codegen): updating SDK
1 parent 31a7091 commit 2131771

125 files changed

Lines changed: 167 additions & 148 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function getMoney();
4949
public function getName();
5050

5151
/**
52-
* <p>User-defined unique identifier of the Custom Line Item.</p>
52+
* <p>User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.</p>
5353
*
5454
5555
* @return null|string

lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemActionBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function getName()
121121
}
122122

123123
/**
124-
* <p>User-defined unique identifier of the Custom Line Item.</p>
124+
* <p>User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.</p>
125125
*
126126
127127
* @return null|string

lib/commercetools-api/src/Models/Cart/CartAddCustomLineItemActionModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public function getName()
197197
}
198198

199199
/**
200-
* <p>User-defined unique identifier of the Custom Line Item.</p>
200+
* <p>User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.</p>
201201
*
202202
*
203203
* @return null|string

lib/commercetools-api/src/Models/Cart/CartAddLineItemAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ interface CartAddLineItemAction extends CartUpdateAction
3636
public const FIELD_CUSTOM = 'custom';
3737

3838
/**
39-
* <p>User-defined unique identifier of the LineItem.</p>
39+
* <p>User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.</p>
4040
*
4141
4242
* @return null|string

lib/commercetools-api/src/Models/Cart/CartAddLineItemActionBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ final class CartAddLineItemActionBuilder implements Builder
126126
private $custom;
127127

128128
/**
129-
* <p>User-defined unique identifier of the LineItem.</p>
129+
* <p>User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.</p>
130130
*
131131
132132
* @return null|string

lib/commercetools-api/src/Models/Cart/CartAddLineItemActionModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public function getAction()
192192
}
193193

194194
/**
195-
* <p>User-defined unique identifier of the LineItem.</p>
195+
* <p>User-defined identifier of the LineItem. Must be unique among LineItems in the Cart.</p>
196196
*
197197
*
198198
* @return null|string

lib/commercetools-api/src/Models/Cart/CustomLineItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ interface CustomLineItem extends JsonObject
4949
public function getId();
5050

5151
/**
52-
* <p>User-defined unique identifier of the Custom Line Item.</p>
52+
* <p>User-defined identifier of the Custom Line Item. Unique among Custom Line Items in the Cart or Order.</p>
5353
*
5454
5555
* @return null|string

lib/commercetools-api/src/Models/Cart/CustomLineItemBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function getId()
155155
}
156156

157157
/**
158-
* <p>User-defined unique identifier of the Custom Line Item.</p>
158+
* <p>User-defined identifier of the Custom Line Item. Unique among Custom Line Items in the Cart or Order.</p>
159159
*
160160
161161
* @return null|string

lib/commercetools-api/src/Models/Cart/CustomLineItemDraft.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ interface CustomLineItemDraft extends JsonObject
3939
public function getName();
4040

4141
/**
42-
* <p>User-defined unique identifier of the Custom Line Item.</p>
42+
* <p>User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.</p>
4343
*
4444
4545
* @return null|string

lib/commercetools-api/src/Models/Cart/CustomLineItemDraftBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function getName()
108108
}
109109

110110
/**
111-
* <p>User-defined unique identifier of the Custom Line Item.</p>
111+
* <p>User-defined identifier of the Custom Line Item. Must be unique among Custom Line Items in the Cart.</p>
112112
*
113113
114114
* @return null|string

0 commit comments

Comments
 (0)