Skip to content

Commit 305665a

Browse files
committed
build(codegen): updating SDK
1 parent 1d86fe3 commit 305665a

16 files changed

+19
-3
lines changed

lib/commercetools-api/src/Models/Common/DiscountedPriceDraft.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ interface DiscountedPriceDraft extends JsonObject
1919

2020
/**
2121
* <p>Sets the money value for the discounted price.</p>
22+
* <p>To set the money value in high precision, use <a href="ctp:api:type:HighPrecisionMoneyDraft">HighPrecisionMoneyDraft</a>.</p>
2223
*
2324
2425
* @return null|Money

lib/commercetools-api/src/Models/Common/DiscountedPriceDraftBuilder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ final class DiscountedPriceDraftBuilder implements Builder
3636

3737
/**
3838
* <p>Sets the money value for the discounted price.</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/Common/DiscountedPriceDraftModel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public function __construct(
4747

4848
/**
4949
* <p>Sets the money value for the discounted price.</p>
50+
* <p>To set the money value in high precision, use <a href="ctp:api:type:HighPrecisionMoneyDraft">HighPrecisionMoneyDraft</a>.</p>
5051
*
5152
*
5253
* @return null|Money

lib/commercetools-api/src/Models/Common/PriceDraft.php

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

3939
/**
4040
* <p>Money value of this Price.</p>
41+
* <p>To set the money value in high precision, use <a href="ctp:api:type:HighPrecisionMoneyDraft">HighPrecisionMoneyDraft</a>.</p>
4142
*
4243
4344
* @return null|Money

lib/commercetools-api/src/Models/Common/PriceDraftBuilder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public function getKey()
100100

101101
/**
102102
* <p>Money value of this Price.</p>
103+
* <p>To set the money value in high precision, use <a href="ctp:api:type:HighPrecisionMoneyDraft">HighPrecisionMoneyDraft</a>.</p>
103104
*
104105
105106
* @return null|Money

lib/commercetools-api/src/Models/Common/PriceDraftModel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ public function getKey()
136136

137137
/**
138138
* <p>Money value of this Price.</p>
139+
* <p>To set the money value in high precision, use <a href="ctp:api:type:HighPrecisionMoneyDraft">HighPrecisionMoneyDraft</a>.</p>
139140
*
140141
*
141142
* @return null|Money

lib/commercetools-api/src/Models/Common/PriceTierDraft.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ interface PriceTierDraft extends JsonObject
2828
public function getMinimumQuantity();
2929

3030
/**
31-
* <p>Money value that applies when the <code>minimumQuantity</code> is greater than or equal to the <a href="ctp:api:type:LineItem">LineItem</a> <code>quantity</code>.</p>
31+
* <p>Money value that applies when the <code>minimumQuantity</code> is greater than or equal to the <a href="ctp:api:type:LineItem">LineItem</a> <code>quantity</code>.
32+
* To set the money value in high precision, use <a href="ctp:api:type:HighPrecisionMoneyDraft">HighPrecisionMoneyDraft</a>.</p>
3233
* <p>The <code>currencyCode</code> of a Price tier must be the same as the <code>currencyCode</code> in the <code>value</code> of the related Price.</p>
3334
*
3435

lib/commercetools-api/src/Models/Common/PriceTierDraftBuilder.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ public function getMinimumQuantity()
4747
}
4848

4949
/**
50-
* <p>Money value that applies when the <code>minimumQuantity</code> is greater than or equal to the <a href="ctp:api:type:LineItem">LineItem</a> <code>quantity</code>.</p>
50+
* <p>Money value that applies when the <code>minimumQuantity</code> is greater than or equal to the <a href="ctp:api:type:LineItem">LineItem</a> <code>quantity</code>.
51+
* To set the money value in high precision, use <a href="ctp:api:type:HighPrecisionMoneyDraft">HighPrecisionMoneyDraft</a>.</p>
5152
* <p>The <code>currencyCode</code> of a Price tier must be the same as the <code>currencyCode</code> in the <code>value</code> of the related Price.</p>
5253
*
5354

lib/commercetools-api/src/Models/Common/PriceTierDraftModel.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ public function getMinimumQuantity()
6767
}
6868

6969
/**
70-
* <p>Money value that applies when the <code>minimumQuantity</code> is greater than or equal to the <a href="ctp:api:type:LineItem">LineItem</a> <code>quantity</code>.</p>
70+
* <p>Money value that applies when the <code>minimumQuantity</code> is greater than or equal to the <a href="ctp:api:type:LineItem">LineItem</a> <code>quantity</code>.
71+
* To set the money value in high precision, use <a href="ctp:api:type:HighPrecisionMoneyDraft">HighPrecisionMoneyDraft</a>.</p>
7172
* <p>The <code>currencyCode</code> of a Price tier must be the same as the <code>currencyCode</code> in the <code>value</code> of the related Price.</p>
7273
*
7374
*

lib/commercetools-api/src/Models/StandalonePrice/StandalonePriceChangeValueAction.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ interface StandalonePriceChangeValueAction extends StandalonePriceUpdateAction
1919

2020
/**
2121
* <p>New value to set. Must not be empty.</p>
22+
* <p>To set the money value in high precision, use <a href="ctp:api:type:HighPrecisionMoneyDraft">HighPrecisionMoneyDraft</a>.</p>
2223
*
2324
2425
* @return null|Money

0 commit comments

Comments
 (0)