Class DiscountedProductSearchPriceValue
java.lang.Object
com.commercetools.graphql.api.types.DiscountedProductSearchPriceValue
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDiscountedProductSearchPriceValue(BaseMoney value, Reference discountRef, ProductDiscount discount) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()inthashCode()voidsetDiscount(ProductDiscount discount) voidsetDiscountRef(Reference discountRef) voidtoString()
-
Constructor Details
-
DiscountedProductSearchPriceValue
public DiscountedProductSearchPriceValue() -
DiscountedProductSearchPriceValue
public DiscountedProductSearchPriceValue(BaseMoney value, Reference discountRef, ProductDiscount discount)
-
-
Method Details