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