Skip to content

Commit 67a5e4d

Browse files
committed
build(codegen): updating SDK
1 parent 76488d1 commit 67a5e4d

File tree

58 files changed

+64
-12
lines changed

Some content is hidden

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

58 files changed

+64
-12
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ interface CartAddCustomLineItemAction extends CartUpdateAction
3333
/**
3434
* <p>Money value of the Custom Line Item.
3535
* The value can be negative.</p>
36+
* <p>To set the money value in high precision, use <a href="ctp:api:type:HighPrecisionMoneyDraft">HighPrecisionMoneyDraft</a>.</p>
3637
*
3738
3839
* @return null|Money

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ final class CartAddCustomLineItemActionBuilder implements Builder
9999
/**
100100
* <p>Money value of the Custom Line Item.
101101
* The value can be negative.</p>
102+
* <p>To set the money value in high precision, use <a href="ctp:api:type:HighPrecisionMoneyDraft">HighPrecisionMoneyDraft</a>.</p>
102103
*
103104
104105
* @return null|Money

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ public function getAction()
155155
/**
156156
* <p>Money value of the Custom Line Item.
157157
* The value can be negative.</p>
158+
* <p>To set the money value in high precision, use <a href="ctp:api:type:HighPrecisionMoneyDraft">HighPrecisionMoneyDraft</a>.</p>
158159
*
159160
*
160161
* @return null|Money

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ public function getSupplyChannel();
110110

111111
/**
112112
* <p>Sets the <a href="ctp:api:type:LineItem">LineItem</a> <code>price</code> value, and the <code>priceMode</code> to <code>ExternalPrice</code> <a href="ctp:api:type:LineItemPriceMode">LineItemPriceMode</a>.</p>
113+
* <p>To set the money value in high precision, use <a href="ctp:api:type:HighPrecisionMoneyDraft">HighPrecisionMoneyDraft</a>.</p>
113114
*
114115
115116
* @return null|Money

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ public function getSupplyChannel()
224224

225225
/**
226226
* <p>Sets the <a href="ctp:api:type:LineItem">LineItem</a> <code>price</code> value, and the <code>priceMode</code> to <code>ExternalPrice</code> <a href="ctp:api:type:LineItemPriceMode">LineItemPriceMode</a>.</p>
227+
* <p>To set the money value in high precision, use <a href="ctp:api:type:HighPrecisionMoneyDraft">HighPrecisionMoneyDraft</a>.</p>
227228
*
228229
229230
* @return null|Money

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ public function getSupplyChannel()
368368

369369
/**
370370
* <p>Sets the <a href="ctp:api:type:LineItem">LineItem</a> <code>price</code> value, and the <code>priceMode</code> to <code>ExternalPrice</code> <a href="ctp:api:type:LineItemPriceMode">LineItemPriceMode</a>.</p>
371+
* <p>To set the money value in high precision, use <a href="ctp:api:type:HighPrecisionMoneyDraft">HighPrecisionMoneyDraft</a>.</p>
371372
*
372373
*
373374
* @return null|Money

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public function getCustomLineItemKey();
3636

3737
/**
3838
* <p>Value to set. Must not be empty. Can be a negative amount.</p>
39+
* <p>To set the money value in high precision, use <a href="ctp:api:type:HighPrecisionMoneyDraft">HighPrecisionMoneyDraft</a>.</p>
3940
*
4041
4142
* @return null|Money

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public function getCustomLineItemKey()
6464

6565
/**
6666
* <p>Value to set. Must not be empty. Can be a negative amount.</p>
67+
* <p>To set the money value in high precision, use <a href="ctp:api:type:HighPrecisionMoneyDraft">HighPrecisionMoneyDraft</a>.</p>
6768
*
6869
6970
* @return null|Money

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public function getCustomLineItemKey()
122122

123123
/**
124124
* <p>Value to set. Must not be empty. Can be a negative amount.</p>
125+
* <p>To set the money value in high precision, use <a href="ctp:api:type:HighPrecisionMoneyDraft">HighPrecisionMoneyDraft</a>.</p>
125126
*
126127
*
127128
* @return null|Money

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public function getQuantity();
4949
* <p>Required when the Line Item uses <code>ExternalPrice</code> <a href="ctp:api:type:LineItemPriceMode">LineItemPriceMode</a>.
5050
* Sets the <a href="ctp:api:type:LineItem">LineItem</a> <code>price</code> to the given value when changing the quantity of a Line Item.</p>
5151
* <p>The LineItem price is updated as described in Line Item price selection.</p>
52+
* <p>To set the money value in high precision, use <a href="ctp:api:type:HighPrecisionMoneyDraft">HighPrecisionMoneyDraft</a>.</p>
5253
*
5354
5455
* @return null|Money

0 commit comments

Comments
 (0)