Skip to content
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 @@ -38,15 +38,15 @@ public interface BestDeal extends DiscountTypeCombination {
String BEST_DEAL = "BestDeal";

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class BestDealBuilder implements Builder<BestDeal> {
private String chosenDiscountType;

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

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

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

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

public String getChosenDiscountType() {
Expand Down
1 change: 1 addition & 0 deletions reference.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3ef38b7ca3bf4ad71c44443b94e864e8c029ec6f
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -463,3 +463,4 @@ f8b027c8e1b5ba61ace3d3d358b9efc7ad4b93eb
63488aa919cebb6a9a606b287cd525eb7c588e99
12c86075166f683540662d5b7016fa7d48fe45e4
91ef231b5881c329f1c3f405e250106f8473b57e
e111bc9d132c5da4dc43085c1983efa8cbdf91d3