From da7482faadfe5ad2a0d5419734c6765914a9b09b Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 08:51:48 +0000 Subject: [PATCH] build(codegen): updating SDK --- .../api/models/cart/CustomLineItem.java | 6 +++--- .../api/models/cart/CustomLineItemBuilder.java | 16 ++++++++-------- .../api/models/cart/CustomLineItemImpl.java | 2 +- .../commercetools/api/models/cart/LineItem.java | 6 +++--- .../api/models/cart/LineItemBuilder.java | 16 ++++++++-------- .../api/models/cart/LineItemImpl.java | 2 +- .../api/models/cart/MethodTaxedPrice.java | 4 ++-- .../api/models/cart/MethodTaxedPriceBuilder.java | 8 ++++---- .../api/models/cart/MethodTaxedPriceImpl.java | 2 +- .../message/OrderLineItemDiscountSetMessage.java | 6 +++--- .../OrderLineItemDiscountSetMessageBuilder.java | 16 ++++++++-------- .../OrderLineItemDiscountSetMessageImpl.java | 2 +- .../OrderLineItemDiscountSetMessagePayload.java | 6 +++--- ...LineItemDiscountSetMessagePayloadBuilder.java | 16 ++++++++-------- ...derLineItemDiscountSetMessagePayloadImpl.java | 2 +- references.txt | 1 + 16 files changed, 56 insertions(+), 55 deletions(-) diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItem.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItem.java index d0fa99637db..c202c0d1c67 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItem.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItem.java @@ -92,7 +92,7 @@ public interface CustomLineItem extends com.commercetools.api.models.Customizabl public TaxedItemPrice getTaxedPrice(); /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @return taxedPricePortions */ @NotNull @@ -232,7 +232,7 @@ public interface CustomLineItem extends com.commercetools.api.models.Customizabl public void setTaxedPrice(final TaxedItemPrice taxedPrice); /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param taxedPricePortions values to be set */ @@ -240,7 +240,7 @@ public interface CustomLineItem extends com.commercetools.api.models.Customizabl public void setTaxedPricePortions(final MethodTaxedPrice... taxedPricePortions); /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param taxedPricePortions values to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemBuilder.java index e8013dc6e28..1ac54c63c94 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemBuilder.java @@ -191,7 +191,7 @@ public CustomLineItemBuilder taxedPrice( } /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param taxedPricePortions value to be set * @return Builder */ @@ -203,7 +203,7 @@ public CustomLineItemBuilder taxedPricePortions( } /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param taxedPricePortions value to be set * @return Builder */ @@ -215,7 +215,7 @@ public CustomLineItemBuilder taxedPricePortions( } /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param taxedPricePortions value to be set * @return Builder */ @@ -230,7 +230,7 @@ public CustomLineItemBuilder plusTaxedPricePortions( } /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param builder function to build the taxedPricePortions value * @return Builder */ @@ -246,7 +246,7 @@ public CustomLineItemBuilder plusTaxedPricePortions( } /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param builder function to build the taxedPricePortions value * @return Builder */ @@ -260,7 +260,7 @@ public CustomLineItemBuilder withTaxedPricePortions( } /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param builder function to build the taxedPricePortions value * @return Builder */ @@ -271,7 +271,7 @@ public CustomLineItemBuilder addTaxedPricePortions( } /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param builder function to build the taxedPricePortions value * @return Builder */ @@ -820,7 +820,7 @@ public com.commercetools.api.models.cart.TaxedItemPrice getTaxedPrice() { } /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @return taxedPricePortions */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemImpl.java index 33dbcc67c75..c831cb77907 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemImpl.java @@ -141,7 +141,7 @@ public com.commercetools.api.models.cart.TaxedItemPrice getTaxedPrice() { } /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

*/ public java.util.List getTaxedPricePortions() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItem.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItem.java index df79090ea0e..bb2fad95098 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItem.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItem.java @@ -173,7 +173,7 @@ public interface LineItem extends com.commercetools.api.models.CustomizableTaxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @return taxedPricePortions */ @NotNull @@ -390,7 +390,7 @@ public void setDiscountedPricePerQuantity( public void setTaxedPrice(final TaxedItemPrice taxedPrice); /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param taxedPricePortions values to be set */ @@ -398,7 +398,7 @@ public void setDiscountedPricePerQuantity( public void setTaxedPricePortions(final MethodTaxedPrice... taxedPricePortions); /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param taxedPricePortions values to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemBuilder.java index 9fa2541f1ff..b49309f4a38 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemBuilder.java @@ -507,7 +507,7 @@ public LineItemBuilder taxedPrice(@Nullable final com.commercetools.api.models.c } /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param taxedPricePortions value to be set * @return Builder */ @@ -519,7 +519,7 @@ public LineItemBuilder taxedPricePortions( } /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param taxedPricePortions value to be set * @return Builder */ @@ -531,7 +531,7 @@ public LineItemBuilder taxedPricePortions( } /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param taxedPricePortions value to be set * @return Builder */ @@ -546,7 +546,7 @@ public LineItemBuilder plusTaxedPricePortions( } /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param builder function to build the taxedPricePortions value * @return Builder */ @@ -562,7 +562,7 @@ public LineItemBuilder plusTaxedPricePortions( } /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param builder function to build the taxedPricePortions value * @return Builder */ @@ -576,7 +576,7 @@ public LineItemBuilder withTaxedPricePortions( } /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param builder function to build the taxedPricePortions value * @return Builder */ @@ -587,7 +587,7 @@ public LineItemBuilder addTaxedPricePortions( } /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param builder function to build the taxedPricePortions value * @return Builder */ @@ -1144,7 +1144,7 @@ public com.commercetools.api.models.cart.TaxedItemPrice getTaxedPrice() { } /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @return taxedPricePortions */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemImpl.java index 1de9bcc2b75..ab36145bdd1 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemImpl.java @@ -248,7 +248,7 @@ public com.commercetools.api.models.cart.TaxedItemPrice getTaxedPrice() { } /** - *

Taxed price of the Shipping Method that is automatically set after perMethodTaxRate is set.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

*/ public java.util.List getTaxedPricePortions() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/MethodTaxedPrice.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/MethodTaxedPrice.java index 79aeb0e58b1..30cacb3600c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/MethodTaxedPrice.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/MethodTaxedPrice.java @@ -40,7 +40,7 @@ public interface MethodTaxedPrice { public String getShippingMethodKey(); /** - *

Taxed price for the Shipping Method.

+ *

Total taxed price based on the quantity of the Line Item or Custom Line Item assigned to the Shipping Method identified by shippingMethodKey.

* @return taxedPrice */ @Valid @@ -55,7 +55,7 @@ public interface MethodTaxedPrice { public void setShippingMethodKey(final String shippingMethodKey); /** - *

Taxed price for the Shipping Method.

+ *

Total taxed price based on the quantity of the Line Item or Custom Line Item assigned to the Shipping Method identified by shippingMethodKey.

* @param taxedPrice value to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/MethodTaxedPriceBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/MethodTaxedPriceBuilder.java index 1d2db8b4658..3ce94688422 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/MethodTaxedPriceBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/MethodTaxedPriceBuilder.java @@ -41,7 +41,7 @@ public MethodTaxedPriceBuilder shippingMethodKey(final String shippingMethodKey) } /** - *

Taxed price for the Shipping Method.

+ *

Total taxed price based on the quantity of the Line Item or Custom Line Item assigned to the Shipping Method identified by shippingMethodKey.

* @param builder function to build the taxedPrice value * @return Builder */ @@ -53,7 +53,7 @@ public MethodTaxedPriceBuilder taxedPrice( } /** - *

Taxed price for the Shipping Method.

+ *

Total taxed price based on the quantity of the Line Item or Custom Line Item assigned to the Shipping Method identified by shippingMethodKey.

* @param builder function to build the taxedPrice value * @return Builder */ @@ -65,7 +65,7 @@ public MethodTaxedPriceBuilder withTaxedPrice( } /** - *

Taxed price for the Shipping Method.

+ *

Total taxed price based on the quantity of the Line Item or Custom Line Item assigned to the Shipping Method identified by shippingMethodKey.

* @param taxedPrice value to be set * @return Builder */ @@ -86,7 +86,7 @@ public String getShippingMethodKey() { } /** - *

Taxed price for the Shipping Method.

+ *

Total taxed price based on the quantity of the Line Item or Custom Line Item assigned to the Shipping Method identified by shippingMethodKey.

* @return taxedPrice */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/MethodTaxedPriceImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/MethodTaxedPriceImpl.java index 6946d20f389..aa82a3891e4 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/MethodTaxedPriceImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/MethodTaxedPriceImpl.java @@ -51,7 +51,7 @@ public String getShippingMethodKey() { } /** - *

Taxed price for the Shipping Method.

+ *

Total taxed price based on the quantity of the Line Item or Custom Line Item assigned to the Shipping Method identified by shippingMethodKey.

*/ public com.commercetools.api.models.cart.TaxedItemPrice getTaxedPrice() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessage.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessage.java index 3362e8aee10..b0754a3d9cf 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessage.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessage.java @@ -94,7 +94,7 @@ public interface OrderLineItemDiscountSetMessage extends OrderMessage { public TaxedItemPrice getTaxedPrice(); /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @return taxedPricePortions */ @NotNull @@ -147,7 +147,7 @@ public void setDiscountedPricePerQuantity( public void setTaxedPrice(final TaxedItemPrice taxedPrice); /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param taxedPricePortions values to be set */ @@ -155,7 +155,7 @@ public void setDiscountedPricePerQuantity( public void setTaxedPricePortions(final MethodTaxedPrice... taxedPricePortions); /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param taxedPricePortions values to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessageBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessageBuilder.java index a9cbe966218..3f692211849 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessageBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessageBuilder.java @@ -460,7 +460,7 @@ public OrderLineItemDiscountSetMessageBuilder taxedPrice( } /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param taxedPricePortions value to be set * @return Builder */ @@ -472,7 +472,7 @@ public OrderLineItemDiscountSetMessageBuilder taxedPricePortions( } /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param taxedPricePortions value to be set * @return Builder */ @@ -484,7 +484,7 @@ public OrderLineItemDiscountSetMessageBuilder taxedPricePortions( } /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param taxedPricePortions value to be set * @return Builder */ @@ -499,7 +499,7 @@ public OrderLineItemDiscountSetMessageBuilder plusTaxedPricePortions( } /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param builder function to build the taxedPricePortions value * @return Builder */ @@ -515,7 +515,7 @@ public OrderLineItemDiscountSetMessageBuilder plusTaxedPricePortions( } /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param builder function to build the taxedPricePortions value * @return Builder */ @@ -529,7 +529,7 @@ public OrderLineItemDiscountSetMessageBuilder withTaxedPricePortions( } /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param builder function to build the taxedPricePortions value * @return Builder */ @@ -540,7 +540,7 @@ public OrderLineItemDiscountSetMessageBuilder addTaxedPricePortions( } /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param builder function to build the taxedPricePortions value * @return Builder */ @@ -691,7 +691,7 @@ public com.commercetools.api.models.cart.TaxedItemPrice getTaxedPrice() { } /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @return taxedPricePortions */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessageImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessageImpl.java index 1b69457693a..23d5571e874 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessageImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessageImpl.java @@ -230,7 +230,7 @@ public com.commercetools.api.models.cart.TaxedItemPrice getTaxedPrice() { } /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

*/ public java.util.List getTaxedPricePortions() { diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessagePayload.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessagePayload.java index 3ee6406331c..d55f233fdf8 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessagePayload.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessagePayload.java @@ -87,7 +87,7 @@ public interface OrderLineItemDiscountSetMessagePayload extends OrderMessagePayl public TaxedItemPrice getTaxedPrice(); /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @return taxedPricePortions */ @NotNull @@ -140,7 +140,7 @@ public void setDiscountedPricePerQuantity( public void setTaxedPrice(final TaxedItemPrice taxedPrice); /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param taxedPricePortions values to be set */ @@ -148,7 +148,7 @@ public void setDiscountedPricePerQuantity( public void setTaxedPricePortions(final MethodTaxedPrice... taxedPricePortions); /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param taxedPricePortions values to be set */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessagePayloadBuilder.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessagePayloadBuilder.java index 5fa4f0f1ca0..18a4f81a162 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessagePayloadBuilder.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessagePayloadBuilder.java @@ -229,7 +229,7 @@ public OrderLineItemDiscountSetMessagePayloadBuilder taxedPrice( } /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param taxedPricePortions value to be set * @return Builder */ @@ -241,7 +241,7 @@ public OrderLineItemDiscountSetMessagePayloadBuilder taxedPricePortions( } /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param taxedPricePortions value to be set * @return Builder */ @@ -253,7 +253,7 @@ public OrderLineItemDiscountSetMessagePayloadBuilder taxedPricePortions( } /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param taxedPricePortions value to be set * @return Builder */ @@ -268,7 +268,7 @@ public OrderLineItemDiscountSetMessagePayloadBuilder plusTaxedPricePortions( } /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param builder function to build the taxedPricePortions value * @return Builder */ @@ -284,7 +284,7 @@ public OrderLineItemDiscountSetMessagePayloadBuilder plusTaxedPricePortions( } /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param builder function to build the taxedPricePortions value * @return Builder */ @@ -298,7 +298,7 @@ public OrderLineItemDiscountSetMessagePayloadBuilder withTaxedPricePortions( } /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param builder function to build the taxedPricePortions value * @return Builder */ @@ -309,7 +309,7 @@ public OrderLineItemDiscountSetMessagePayloadBuilder addTaxedPricePortions( } /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @param builder function to build the taxedPricePortions value * @return Builder */ @@ -367,7 +367,7 @@ public com.commercetools.api.models.cart.TaxedItemPrice getTaxedPrice() { } /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

* @return taxedPricePortions */ diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessagePayloadImpl.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessagePayloadImpl.java index 0f7023730a9..0c4b23e9122 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessagePayloadImpl.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/message/OrderLineItemDiscountSetMessagePayloadImpl.java @@ -111,7 +111,7 @@ public com.commercetools.api.models.cart.TaxedItemPrice getTaxedPrice() { } /** - *

Taxed price of the Shipping Methods in a Cart with Multiple ShippingMode.

+ *

Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with Multiple ShippingMode. Automatically set after perMethodTaxRate is set.

*/ public java.util.List getTaxedPricePortions() { diff --git a/references.txt b/references.txt index 9c2943949b0..0b82db382b8 100644 --- a/references.txt +++ b/references.txt @@ -184,3 +184,4 @@ de74b7108b22564877be0b8f52e66b3febc1760f b29097130599fc8a4f618beb7a276feaea4e31a6 bd1f09f643bdb7b0840feca64b19caa6e55d766a c640bc7c38e111f9df252979cc5c2ab22568a3d8 +8242aca6c3e58147ce99c6a1dbd08e35818b1563