Skip to content

Commit 373c27c

Browse files
committed
build(codegen): updating SDK
1 parent 50fdbcb commit 373c27c

File tree

16 files changed

+16
-15
lines changed

16 files changed

+16
-15
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function getValidUntil();
9898
/**
9999
* <p>Is set if a <a href="ctp:api:type:ProductDiscount">ProductDiscount</a> has been applied.
100100
* If set, the API uses the DiscountedPrice value for the <a href="/../api/pricing-and-discounts-overview#line-item-price-selection">Line Item price selection</a>.
101-
* When a <a href="ctp:api:type:ProductDiscountValueRelative">relative discount</a> has been applied and the fraction part of the DiscountedPrice <code>value</code> is 0.5, the <code>value</code> is rounded in favor of the customer with <a href="https://en.wikipedia.org/wiki/Rounding#Round_half_down">half-down rounding</a>.</p>
101+
* When a <a href="ctp:api:type:ProductDiscountValueRelative">relative discount</a> has been applied and the fraction part of the DiscountedPrice <code>value</code> is 0.5, the <code>value</code> is rounded in favor of the customer with <a href="https://en.wikipedia.org/wiki/Rounding#Rounding_half_down">half-down rounding</a>.</p>
102102
* <p>If an <a href="ctp:api:type:ProductDiscountValueAbsolute">absolute discount</a> value exceeds the price of the Product Variant, the discounted price is a negative value.</p>
103103
*
104104

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public function getValidUntil()
192192
/**
193193
* <p>Is set if a <a href="ctp:api:type:ProductDiscount">ProductDiscount</a> has been applied.
194194
* If set, the API uses the DiscountedPrice value for the <a href="/../api/pricing-and-discounts-overview#line-item-price-selection">Line Item price selection</a>.
195-
* When a <a href="ctp:api:type:ProductDiscountValueRelative">relative discount</a> has been applied and the fraction part of the DiscountedPrice <code>value</code> is 0.5, the <code>value</code> is rounded in favor of the customer with <a href="https://en.wikipedia.org/wiki/Rounding#Round_half_down">half-down rounding</a>.</p>
195+
* When a <a href="ctp:api:type:ProductDiscountValueRelative">relative discount</a> has been applied and the fraction part of the DiscountedPrice <code>value</code> is 0.5, the <code>value</code> is rounded in favor of the customer with <a href="https://en.wikipedia.org/wiki/Rounding#Rounding_half_down">half-down rounding</a>.</p>
196196
* <p>If an <a href="ctp:api:type:ProductDiscountValueAbsolute">absolute discount</a> value exceeds the price of the Product Variant, the discounted price is a negative value.</p>
197197
*
198198

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public function getValidUntil()
306306
/**
307307
* <p>Is set if a <a href="ctp:api:type:ProductDiscount">ProductDiscount</a> has been applied.
308308
* If set, the API uses the DiscountedPrice value for the <a href="/../api/pricing-and-discounts-overview#line-item-price-selection">Line Item price selection</a>.
309-
* When a <a href="ctp:api:type:ProductDiscountValueRelative">relative discount</a> has been applied and the fraction part of the DiscountedPrice <code>value</code> is 0.5, the <code>value</code> is rounded in favor of the customer with <a href="https://en.wikipedia.org/wiki/Rounding#Round_half_down">half-down rounding</a>.</p>
309+
* When a <a href="ctp:api:type:ProductDiscountValueRelative">relative discount</a> has been applied and the fraction part of the DiscountedPrice <code>value</code> is 0.5, the <code>value</code> is rounded in favor of the customer with <a href="https://en.wikipedia.org/wiki/Rounding#Rounding_half_down">half-down rounding</a>.</p>
310310
* <p>If an <a href="ctp:api:type:ProductDiscountValueAbsolute">absolute discount</a> value exceeds the price of the Product Variant, the discounted price is a negative value.</p>
311311
*
312312
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function getValidUntil();
9494

9595
/**
9696
* <p>Is set when a matching <a href="ctp:api:type:ProductDiscount">ProductDiscount</a> exists. If set, the <a href="ctp:api:type:Cart">Cart</a> uses the discounted value for the <a href="ctp:api:type:CartAddLineItemAction">Cart Price calculation</a>.</p>
97-
* <p>When a <a href="ctp:api:type:ProductDiscountValueRelative">relative Product Discount</a> is applied and the fractional part of the discounted Price is 0.5, the discounted Price is <a href="https://en.wikipedia.org/wiki/Rounding#Round_half_down">rounded half down</a> in favor of the Customer.</p>
97+
* <p>When a <a href="ctp:api:type:ProductDiscountValueRelative">relative Product Discount</a> is applied and the fractional part of the discounted Price is 0.5, the discounted Price is <a href="https://en.wikipedia.org/wiki/Rounding#Rounding_half_down">rounded half down</a> in favor of the Customer.</p>
9898
*
9999
100100
* @return null|DiscountedPrice

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public function getValidUntil()
177177

178178
/**
179179
* <p>Is set when a matching <a href="ctp:api:type:ProductDiscount">ProductDiscount</a> exists. If set, the <a href="ctp:api:type:Cart">Cart</a> uses the discounted value for the <a href="ctp:api:type:CartAddLineItemAction">Cart Price calculation</a>.</p>
180-
* <p>When a <a href="ctp:api:type:ProductDiscountValueRelative">relative Product Discount</a> is applied and the fractional part of the discounted Price is 0.5, the discounted Price is <a href="https://en.wikipedia.org/wiki/Rounding#Round_half_down">rounded half down</a> in favor of the Customer.</p>
180+
* <p>When a <a href="ctp:api:type:ProductDiscountValueRelative">relative Product Discount</a> is applied and the fractional part of the discounted Price is 0.5, the discounted Price is <a href="https://en.wikipedia.org/wiki/Rounding#Rounding_half_down">rounded half down</a> in favor of the Customer.</p>
181181
*
182182
183183
* @return null|DiscountedPrice

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public function getValidUntil()
288288

289289
/**
290290
* <p>Is set when a matching <a href="ctp:api:type:ProductDiscount">ProductDiscount</a> exists. If set, the <a href="ctp:api:type:Cart">Cart</a> uses the discounted value for the <a href="ctp:api:type:CartAddLineItemAction">Cart Price calculation</a>.</p>
291-
* <p>When a <a href="ctp:api:type:ProductDiscountValueRelative">relative Product Discount</a> is applied and the fractional part of the discounted Price is 0.5, the discounted Price is <a href="https://en.wikipedia.org/wiki/Rounding#Round_half_down">rounded half down</a> in favor of the Customer.</p>
291+
* <p>When a <a href="ctp:api:type:ProductDiscountValueRelative">relative Product Discount</a> is applied and the fractional part of the discounted Price is 0.5, the discounted Price is <a href="https://en.wikipedia.org/wiki/Rounding#Rounding_half_down">rounded half down</a> in favor of the Customer.</p>
292292
*
293293
*
294294
* @return null|DiscountedPrice

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function getTiers();
164164

165165
/**
166166
* <p>Set if a matching <a href="ctp:api:type:ProductDiscount">ProductDiscount</a> exists. If set, the API uses the <code>discounted</code> value for the <a href="/../api/pricing-and-discounts-overview#line-item-price-selection">Line Item price selection</a>.
167-
* When a <a href="/../api/projects/productDiscounts#productdiscountvaluerelative">relative discount</a> is applied and the fraction part of the <code>discounted</code> price is 0.5, the discounted price is rounded in favor of the customer with the <a href="https://en.wikipedia.org/wiki/Rounding#Round_half_down">half down rounding</a>.</p>
167+
* When a <a href="/../api/projects/productDiscounts#productdiscountvaluerelative">relative discount</a> is applied and the fraction part of the <code>discounted</code> price is 0.5, the discounted price is rounded in favor of the customer with the <a href="https://en.wikipedia.org/wiki/Rounding#Rounding_half_down">half down rounding</a>.</p>
168168
* <p>If an <a href="ctp:api:type:ProductDiscountValueAbsolute">absolute discount</a> value exceeds the price of the Product Variant, the discounted price is a negative value.</p>
169169
*
170170

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ public function getTiers()
328328

329329
/**
330330
* <p>Set if a matching <a href="ctp:api:type:ProductDiscount">ProductDiscount</a> exists. If set, the API uses the <code>discounted</code> value for the <a href="/../api/pricing-and-discounts-overview#line-item-price-selection">Line Item price selection</a>.
331-
* When a <a href="/../api/projects/productDiscounts#productdiscountvaluerelative">relative discount</a> is applied and the fraction part of the <code>discounted</code> price is 0.5, the discounted price is rounded in favor of the customer with the <a href="https://en.wikipedia.org/wiki/Rounding#Round_half_down">half down rounding</a>.</p>
331+
* When a <a href="/../api/projects/productDiscounts#productdiscountvaluerelative">relative discount</a> is applied and the fraction part of the <code>discounted</code> price is 0.5, the discounted price is rounded in favor of the customer with the <a href="https://en.wikipedia.org/wiki/Rounding#Rounding_half_down">half down rounding</a>.</p>
332332
* <p>If an <a href="ctp:api:type:ProductDiscountValueAbsolute">absolute discount</a> value exceeds the price of the Product Variant, the discounted price is a negative value.</p>
333333
*
334334

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ public function getTiers()
531531

532532
/**
533533
* <p>Set if a matching <a href="ctp:api:type:ProductDiscount">ProductDiscount</a> exists. If set, the API uses the <code>discounted</code> value for the <a href="/../api/pricing-and-discounts-overview#line-item-price-selection">Line Item price selection</a>.
534-
* When a <a href="/../api/projects/productDiscounts#productdiscountvaluerelative">relative discount</a> is applied and the fraction part of the <code>discounted</code> price is 0.5, the discounted price is rounded in favor of the customer with the <a href="https://en.wikipedia.org/wiki/Rounding#Round_half_down">half down rounding</a>.</p>
534+
* When a <a href="/../api/projects/productDiscounts#productdiscountvaluerelative">relative discount</a> is applied and the fraction part of the <code>discounted</code> price is 0.5, the discounted price is rounded in favor of the customer with the <a href="https://en.wikipedia.org/wiki/Rounding#Rounding_half_down">half down rounding</a>.</p>
535535
* <p>If an <a href="ctp:api:type:ProductDiscountValueAbsolute">absolute discount</a> value exceeds the price of the Product Variant, the discounted price is a negative value.</p>
536536
*
537537
*

lib/commercetools-history/src/Models/Common/Price.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function getValidUntil();
9595
/**
9696
* <p>Is set if a <a href="ctp:api:type:ProductDiscount">ProductDiscount</a> has been applied.
9797
* If set, the API uses the DiscountedPrice value for the <a href="/../api/pricing-and-discounts-overview#line-item-price-selection">Line Item price selection</a>.
98-
* When a <a href="ctp:api:type:ProductDiscountValueRelative">relative discount</a> has been applied and the fraction part of the DiscountedPrice <code>value</code> is 0.5, the <code>value</code> is rounded in favor of the customer with <a href="https://en.wikipedia.org/wiki/Rounding#Round_half_down">half-down rounding</a>.</p>
98+
* When a <a href="ctp:api:type:ProductDiscountValueRelative">relative discount</a> has been applied and the fraction part of the DiscountedPrice <code>value</code> is 0.5, the <code>value</code> is rounded in favor of the customer with <a href="https://en.wikipedia.org/wiki/Rounding#Rounding_half_down">half-down rounding</a>.</p>
9999
*
100100
101101
* @return null|DiscountedPrice

0 commit comments

Comments
 (0)