diff --git a/lib/commercetools-api/src/Models/Cart/BestDeal.php b/lib/commercetools-api/src/Models/Cart/BestDeal.php
index 0cab5f2ffc0..6a732f4bdbb 100644
--- a/lib/commercetools-api/src/Models/Cart/BestDeal.php
+++ b/lib/commercetools-api/src/Models/Cart/BestDeal.php
@@ -16,7 +16,7 @@ interface BestDeal extends DiscountTypeCombination
public const FIELD_CHOSEN_DISCOUNT_TYPE = 'chosenDiscountType';
/**
- *
Discount type that offers the best deal; the value can be product-discount or cart-discount.
+ * Discount type that offers the best deal; the value can be ProductDiscount or CartDiscount.
*
* @return null|string
diff --git a/lib/commercetools-api/src/Models/Cart/BestDealBuilder.php b/lib/commercetools-api/src/Models/Cart/BestDealBuilder.php
index 1f0845cbe54..2026044c62b 100644
--- a/lib/commercetools-api/src/Models/Cart/BestDealBuilder.php
+++ b/lib/commercetools-api/src/Models/Cart/BestDealBuilder.php
@@ -27,7 +27,7 @@ final class BestDealBuilder implements Builder
private $chosenDiscountType;
/**
- * Discount type that offers the best deal; the value can be product-discount or cart-discount.
+ * Discount type that offers the best deal; the value can be ProductDiscount or CartDiscount.
*
* @return null|string
diff --git a/lib/commercetools-api/src/Models/Cart/BestDealModel.php b/lib/commercetools-api/src/Models/Cart/BestDealModel.php
index ffe0f1095f0..e08b9da62ac 100644
--- a/lib/commercetools-api/src/Models/Cart/BestDealModel.php
+++ b/lib/commercetools-api/src/Models/Cart/BestDealModel.php
@@ -63,7 +63,7 @@ public function getType()
}
/**
- * Discount type that offers the best deal; the value can be product-discount or cart-discount.
+ * Discount type that offers the best deal; the value can be ProductDiscount or CartDiscount.
*
*
* @return null|string
diff --git a/references.txt b/references.txt
index 2cf2ba36aac..fb6a1593f54 100644
--- a/references.txt
+++ b/references.txt
@@ -497,3 +497,4 @@ f8b027c8e1b5ba61ace3d3d358b9efc7ad4b93eb
12c86075166f683540662d5b7016fa7d48fe45e4
c6e3250e705b0c6fb714d7a6e0210872f9bfe0d5
91ef231b5881c329f1c3f405e250106f8473b57e
+e111bc9d132c5da4dc43085c1983efa8cbdf91d3