Class DiscountedLineItemPriceForQuantity
java.lang.Object
com.commercetools.graphql.api.types.DiscountedLineItemPriceForQuantity
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDiscountedLineItemPriceForQuantity(Long quantity, DiscountedLineItemPrice discountedPrice) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetDiscountedPrice(DiscountedLineItemPrice discountedPrice) voidsetQuantity(Long quantity) toString()
-
Constructor Details
-
DiscountedLineItemPriceForQuantity
public DiscountedLineItemPriceForQuantity() -
DiscountedLineItemPriceForQuantity
-
-
Method Details