Class OrderLineItemDiscountSet.Builder
java.lang.Object
com.commercetools.graphql.api.types.OrderLineItemDiscountSet.Builder
- Enclosing class:
- OrderLineItemDiscountSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()discountedPricePerQuantity(List<DiscountedLineItemPriceForQuantity> discountedPricePerQuantity) lineItemId(String lineItemId) lineItemKey(String lineItemKey) taxedPrice(TaxedItemPrice taxedPrice) taxedPricePortions(List<MethodTaxedPrice> taxedPricePortions) totalPrice(Money totalPrice)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
lineItemId
-
lineItemKey
-
discountedPricePerQuantity
public OrderLineItemDiscountSet.Builder discountedPricePerQuantity(List<DiscountedLineItemPriceForQuantity> discountedPricePerQuantity) -
totalPrice
-
taxedPrice
-
taxedPricePortions
public OrderLineItemDiscountSet.Builder taxedPricePortions(List<MethodTaxedPrice> taxedPricePortions) -
type
-