Skip to content

Commit 78b3a9e

Browse files
Merge pull request #981 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents c7bc9fc + 130e5f6 commit 78b3a9e

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/BestDeal.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ public interface BestDeal extends DiscountTypeCombination {
3838
String BEST_DEAL = "BestDeal";
3939

4040
/**
41-
* <p>Discount type that offers the best deal; the value can be <code>product-discount</code> or <code>cart-discount</code>.</p>
41+
* <p>Discount type that offers the best deal; the value can be <code>ProductDiscount</code> or <code>CartDiscount</code>.</p>
4242
* @return chosenDiscountType
4343
*/
4444
@NotNull
4545
@JsonProperty("chosenDiscountType")
4646
public String getChosenDiscountType();
4747

4848
/**
49-
* <p>Discount type that offers the best deal; the value can be <code>product-discount</code> or <code>cart-discount</code>.</p>
49+
* <p>Discount type that offers the best deal; the value can be <code>ProductDiscount</code> or <code>CartDiscount</code>.</p>
5050
* @param chosenDiscountType value to be set
5151
*/
5252

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/BestDealBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class BestDealBuilder implements Builder<BestDeal> {
2424
private String chosenDiscountType;
2525

2626
/**
27-
* <p>Discount type that offers the best deal; the value can be <code>product-discount</code> or <code>cart-discount</code>.</p>
27+
* <p>Discount type that offers the best deal; the value can be <code>ProductDiscount</code> or <code>CartDiscount</code>.</p>
2828
* @param chosenDiscountType value to be set
2929
* @return Builder
3030
*/
@@ -35,7 +35,7 @@ public BestDealBuilder chosenDiscountType(final String chosenDiscountType) {
3535
}
3636

3737
/**
38-
* <p>Discount type that offers the best deal; the value can be <code>product-discount</code> or <code>cart-discount</code>.</p>
38+
* <p>Discount type that offers the best deal; the value can be <code>ProductDiscount</code> or <code>CartDiscount</code>.</p>
3939
* @return chosenDiscountType
4040
*/
4141

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/BestDealImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public String getType() {
5151
}
5252

5353
/**
54-
* <p>Discount type that offers the best deal; the value can be <code>product-discount</code> or <code>cart-discount</code>.</p>
54+
* <p>Discount type that offers the best deal; the value can be <code>ProductDiscount</code> or <code>CartDiscount</code>.</p>
5555
*/
5656

5757
public String getChosenDiscountType() {

reference.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3ef38b7ca3bf4ad71c44443b94e864e8c029ec6f

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,3 +463,4 @@ f8b027c8e1b5ba61ace3d3d358b9efc7ad4b93eb
463463
63488aa919cebb6a9a606b287cd525eb7c588e99
464464
12c86075166f683540662d5b7016fa7d48fe45e4
465465
91ef231b5881c329f1c3f405e250106f8473b57e
466+
e111bc9d132c5da4dc43085c1983efa8cbdf91d3

0 commit comments

Comments
 (0)