Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Jan 25, 2024
1 parent 68bb120 commit da7482f
Show file tree
Hide file tree
Showing 16 changed files with 56 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public interface CustomLineItem extends com.commercetools.api.models.Customizabl
public TaxedItemPrice getTaxedPrice();

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @return taxedPricePortions
*/
@NotNull
Expand Down Expand Up @@ -232,15 +232,15 @@ public interface CustomLineItem extends com.commercetools.api.models.Customizabl
public void setTaxedPrice(final TaxedItemPrice taxedPrice);

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @param taxedPricePortions values to be set
*/

@JsonIgnore
public void setTaxedPricePortions(final MethodTaxedPrice... taxedPricePortions);

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @param taxedPricePortions values to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public CustomLineItemBuilder taxedPrice(
}

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @param taxedPricePortions value to be set
* @return Builder
*/
Expand All @@ -203,7 +203,7 @@ public CustomLineItemBuilder taxedPricePortions(
}

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @param taxedPricePortions value to be set
* @return Builder
*/
Expand All @@ -215,7 +215,7 @@ public CustomLineItemBuilder taxedPricePortions(
}

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @param taxedPricePortions value to be set
* @return Builder
*/
Expand All @@ -230,7 +230,7 @@ public CustomLineItemBuilder plusTaxedPricePortions(
}

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @param builder function to build the taxedPricePortions value
* @return Builder
*/
Expand All @@ -246,7 +246,7 @@ public CustomLineItemBuilder plusTaxedPricePortions(
}

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @param builder function to build the taxedPricePortions value
* @return Builder
*/
Expand All @@ -260,7 +260,7 @@ public CustomLineItemBuilder withTaxedPricePortions(
}

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @param builder function to build the taxedPricePortions value
* @return Builder
*/
Expand All @@ -271,7 +271,7 @@ public CustomLineItemBuilder addTaxedPricePortions(
}

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @param builder function to build the taxedPricePortions value
* @return Builder
*/
Expand Down Expand Up @@ -820,7 +820,7 @@ public com.commercetools.api.models.cart.TaxedItemPrice getTaxedPrice() {
}

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @return taxedPricePortions
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public com.commercetools.api.models.cart.TaxedItemPrice getTaxedPrice() {
}

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of the Custom Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
*/

public java.util.List<com.commercetools.api.models.cart.MethodTaxedPrice> getTaxedPricePortions() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public interface LineItem extends com.commercetools.api.models.Customizable<Line
public TaxedItemPrice getTaxedPrice();

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @return taxedPricePortions
*/
@NotNull
Expand Down Expand Up @@ -390,15 +390,15 @@ public void setDiscountedPricePerQuantity(
public void setTaxedPrice(final TaxedItemPrice taxedPrice);

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @param taxedPricePortions values to be set
*/

@JsonIgnore
public void setTaxedPricePortions(final MethodTaxedPrice... taxedPricePortions);

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @param taxedPricePortions values to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ public LineItemBuilder taxedPrice(@Nullable final com.commercetools.api.models.c
}

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @param taxedPricePortions value to be set
* @return Builder
*/
Expand All @@ -519,7 +519,7 @@ public LineItemBuilder taxedPricePortions(
}

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @param taxedPricePortions value to be set
* @return Builder
*/
Expand All @@ -531,7 +531,7 @@ public LineItemBuilder taxedPricePortions(
}

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @param taxedPricePortions value to be set
* @return Builder
*/
Expand All @@ -546,7 +546,7 @@ public LineItemBuilder plusTaxedPricePortions(
}

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @param builder function to build the taxedPricePortions value
* @return Builder
*/
Expand All @@ -562,7 +562,7 @@ public LineItemBuilder plusTaxedPricePortions(
}

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @param builder function to build the taxedPricePortions value
* @return Builder
*/
Expand All @@ -576,7 +576,7 @@ public LineItemBuilder withTaxedPricePortions(
}

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @param builder function to build the taxedPricePortions value
* @return Builder
*/
Expand All @@ -587,7 +587,7 @@ public LineItemBuilder addTaxedPricePortions(
}

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @param builder function to build the taxedPricePortions value
* @return Builder
*/
Expand Down Expand Up @@ -1144,7 +1144,7 @@ public com.commercetools.api.models.cart.TaxedItemPrice getTaxedPrice() {
}

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @return taxedPricePortions
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public com.commercetools.api.models.cart.TaxedItemPrice getTaxedPrice() {
}

/**
* <p>Taxed price of the Shipping Method that is automatically set after <code>perMethodTaxRate</code> is set.</p>
* <p>Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
*/

public java.util.List<com.commercetools.api.models.cart.MethodTaxedPrice> getTaxedPricePortions() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public interface MethodTaxedPrice {
public String getShippingMethodKey();

/**
* <p>Taxed price for the Shipping Method.</p>
* <p>Total taxed price based on the quantity of the Line Item or Custom Line Item assigned to the Shipping Method identified by <code>shippingMethodKey</code>.</p>
* @return taxedPrice
*/
@Valid
Expand All @@ -55,7 +55,7 @@ public interface MethodTaxedPrice {
public void setShippingMethodKey(final String shippingMethodKey);

/**
* <p>Taxed price for the Shipping Method.</p>
* <p>Total taxed price based on the quantity of the Line Item or Custom Line Item assigned to the Shipping Method identified by <code>shippingMethodKey</code>.</p>
* @param taxedPrice value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public MethodTaxedPriceBuilder shippingMethodKey(final String shippingMethodKey)
}

/**
* <p>Taxed price for the Shipping Method.</p>
* <p>Total taxed price based on the quantity of the Line Item or Custom Line Item assigned to the Shipping Method identified by <code>shippingMethodKey</code>.</p>
* @param builder function to build the taxedPrice value
* @return Builder
*/
Expand All @@ -53,7 +53,7 @@ public MethodTaxedPriceBuilder taxedPrice(
}

/**
* <p>Taxed price for the Shipping Method.</p>
* <p>Total taxed price based on the quantity of the Line Item or Custom Line Item assigned to the Shipping Method identified by <code>shippingMethodKey</code>.</p>
* @param builder function to build the taxedPrice value
* @return Builder
*/
Expand All @@ -65,7 +65,7 @@ public MethodTaxedPriceBuilder withTaxedPrice(
}

/**
* <p>Taxed price for the Shipping Method.</p>
* <p>Total taxed price based on the quantity of the Line Item or Custom Line Item assigned to the Shipping Method identified by <code>shippingMethodKey</code>.</p>
* @param taxedPrice value to be set
* @return Builder
*/
Expand All @@ -86,7 +86,7 @@ public String getShippingMethodKey() {
}

/**
* <p>Taxed price for the Shipping Method.</p>
* <p>Total taxed price based on the quantity of the Line Item or Custom Line Item assigned to the Shipping Method identified by <code>shippingMethodKey</code>.</p>
* @return taxedPrice
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public String getShippingMethodKey() {
}

/**
* <p>Taxed price for the Shipping Method.</p>
* <p>Total taxed price based on the quantity of the Line Item or Custom Line Item assigned to the Shipping Method identified by <code>shippingMethodKey</code>.</p>
*/

public com.commercetools.api.models.cart.TaxedItemPrice getTaxedPrice() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public interface OrderLineItemDiscountSetMessage extends OrderMessage {
public TaxedItemPrice getTaxedPrice();

/**
* <p>Taxed price of the Shipping Methods in a Cart with <code>Multiple</code> ShippingMode.</p>
* <p>Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @return taxedPricePortions
*/
@NotNull
Expand Down Expand Up @@ -147,15 +147,15 @@ public void setDiscountedPricePerQuantity(
public void setTaxedPrice(final TaxedItemPrice taxedPrice);

/**
* <p>Taxed price of the Shipping Methods in a Cart with <code>Multiple</code> ShippingMode.</p>
* <p>Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @param taxedPricePortions values to be set
*/

@JsonIgnore
public void setTaxedPricePortions(final MethodTaxedPrice... taxedPricePortions);

/**
* <p>Taxed price of the Shipping Methods in a Cart with <code>Multiple</code> ShippingMode.</p>
* <p>Total taxed prices based on the quantity of Line Item assigned to each Shipping Method. Only applicable for Carts with <code>Multiple</code> ShippingMode. Automatically set after <code>perMethodTaxRate</code> is set.</p>
* @param taxedPricePortions values to be set
*/

Expand Down
Loading

0 comments on commit da7482f

Please sign in to comment.