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 Mar 29, 2024
1 parent 4c2787d commit e4903cf
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public interface CartAddLineItemAction
public ExternalLineItemTotalPrice getExternalTotalPrice();

/**
* <p>External Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode.</p>
* <p>External Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode and <code>Single</code> ShippingMode.</p>
* @return externalTaxRate
*/
@Valid
Expand Down Expand Up @@ -241,7 +241,7 @@ public interface CartAddLineItemAction
public void setExternalTotalPrice(final ExternalLineItemTotalPrice externalTotalPrice);

/**
* <p>External Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode.</p>
* <p>External Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode and <code>Single</code> ShippingMode.</p>
* @param externalTaxRate value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public CartAddLineItemActionBuilder externalTotalPrice(
}

/**
* <p>External Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode.</p>
* <p>External Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode and <code>Single</code> ShippingMode.</p>
* @param builder function to build the externalTaxRate value
* @return Builder
*/
Expand All @@ -303,7 +303,7 @@ public CartAddLineItemActionBuilder externalTaxRate(
}

/**
* <p>External Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode.</p>
* <p>External Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode and <code>Single</code> ShippingMode.</p>
* @param builder function to build the externalTaxRate value
* @return Builder
*/
Expand All @@ -315,7 +315,7 @@ public CartAddLineItemActionBuilder withExternalTaxRate(
}

/**
* <p>External Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode.</p>
* <p>External Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode and <code>Single</code> ShippingMode.</p>
* @param externalTaxRate value to be set
* @return Builder
*/
Expand Down Expand Up @@ -609,7 +609,7 @@ public com.commercetools.api.models.cart.ExternalLineItemTotalPrice getExternalT
}

/**
* <p>External Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode.</p>
* <p>External Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode and <code>Single</code> ShippingMode.</p>
* @return externalTaxRate
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public com.commercetools.api.models.cart.ExternalLineItemTotalPrice getExternalT
}

/**
* <p>External Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode.</p>
* <p>External Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode and <code>Single</code> ShippingMode.</p>
*/

public com.commercetools.api.models.cart.ExternalTaxRateDraft getExternalTaxRate() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public interface LineItemDraft extends com.commercetools.api.models.Customizable
public ExternalLineItemTotalPrice getExternalTotalPrice();

/**
* <p>Sets the external Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode.</p>
* <p>Sets the external Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode and <code>Single</code> ShippingMode.</p>
* @return externalTaxRate
*/
@Valid
Expand Down Expand Up @@ -230,7 +230,7 @@ public interface LineItemDraft extends com.commercetools.api.models.Customizable
public void setExternalTotalPrice(final ExternalLineItemTotalPrice externalTotalPrice);

/**
* <p>Sets the external Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode.</p>
* <p>Sets the external Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode and <code>Single</code> ShippingMode.</p>
* @param externalTaxRate value to be set
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public LineItemDraftBuilder externalTotalPrice(
}

/**
* <p>Sets the external Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode.</p>
* <p>Sets the external Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode and <code>Single</code> ShippingMode.</p>
* @param builder function to build the externalTaxRate value
* @return Builder
*/
Expand All @@ -302,7 +302,7 @@ public LineItemDraftBuilder externalTaxRate(
}

/**
* <p>Sets the external Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode.</p>
* <p>Sets the external Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode and <code>Single</code> ShippingMode.</p>
* @param builder function to build the externalTaxRate value
* @return Builder
*/
Expand All @@ -314,7 +314,7 @@ public LineItemDraftBuilder withExternalTaxRate(
}

/**
* <p>Sets the external Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode.</p>
* <p>Sets the external Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode and <code>Single</code> ShippingMode.</p>
* @param externalTaxRate value to be set
* @return Builder
*/
Expand Down Expand Up @@ -605,7 +605,7 @@ public com.commercetools.api.models.cart.ExternalLineItemTotalPrice getExternalT
}

/**
* <p>Sets the external Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode.</p>
* <p>Sets the external Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode and <code>Single</code> ShippingMode.</p>
* @return externalTaxRate
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public com.commercetools.api.models.cart.ExternalLineItemTotalPrice getExternalT
}

/**
* <p>Sets the external Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode.</p>
* <p>Sets the external Tax Rate for the Line Item, if the Cart has the <code>External</code> TaxMode and <code>Single</code> ShippingMode.</p>
*/

public com.commercetools.api.models.cart.ExternalTaxRateDraft getExternalTaxRate() {
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,4 @@ d6c4e8ca039647373df3aeb8369342bd50b02d61
34d7405c2c16d56134d23ecf7219d10caaa3bfa3
c19a4123795d7a2d583abb9f278ce1264b030a91
ff6616b26b771e88b9ead7c26866022cdcaebe18
c4849fad85e331f035837fe681aa7e3462a2a277

0 comments on commit e4903cf

Please sign in to comment.