Skip to content

Update generated SDKs #608

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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