Class DiscountedProductPriceValueInput
java.lang.Object
com.commercetools.graphql.api.types.DiscountedProductPriceValueInput
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDiscountedProductPriceValueInput(BaseMoneyInput value, ResourceIdentifierInput discount) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()inthashCode()voidsetDiscount(ResourceIdentifierInput discount) voidsetValue(BaseMoneyInput value) toString()
-
Constructor Details
-
DiscountedProductPriceValueInput
public DiscountedProductPriceValueInput() -
DiscountedProductPriceValueInput
-
-
Method Details