Class OrderCustomLineItemDiscountSet
java.lang.Object
com.commercetools.graphql.api.types.OrderCustomLineItemDiscountSet
- All Implemented Interfaces:
MessagePayload,OrderMessagePayload
public class OrderCustomLineItemDiscountSet
extends Object
implements MessagePayload, OrderMessagePayload
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionOrderCustomLineItemDiscountSet(String customLineItemId, String customLineItemKey, List<DiscountedLineItemPriceForQuantity> discountedPricePerQuantity, TaxedItemPrice taxedPrice, String type) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetCustomLineItemId(String customLineItemId) voidsetCustomLineItemKey(String customLineItemKey) voidsetDiscountedPricePerQuantity(List<DiscountedLineItemPriceForQuantity> discountedPricePerQuantity) voidsetTaxedPrice(TaxedItemPrice taxedPrice) voidtoString()
-
Constructor Details
-
OrderCustomLineItemDiscountSet
public OrderCustomLineItemDiscountSet() -
OrderCustomLineItemDiscountSet
public OrderCustomLineItemDiscountSet(String customLineItemId, String customLineItemKey, List<DiscountedLineItemPriceForQuantity> discountedPricePerQuantity, TaxedItemPrice taxedPrice, String type)
-
-
Method Details
-
getCustomLineItemId
-
setCustomLineItemId
-
getCustomLineItemKey
-
setCustomLineItemKey
-
getDiscountedPricePerQuantity
-
setDiscountedPricePerQuantity
public void setDiscountedPricePerQuantity(List<DiscountedLineItemPriceForQuantity> discountedPricePerQuantity) -
getTaxedPrice
-
setTaxedPrice
-
getType
- Specified by:
getTypein interfaceMessagePayload- Specified by:
getTypein interfaceOrderMessagePayload
-
setType
- Specified by:
setTypein interfaceMessagePayload- Specified by:
setTypein interfaceOrderMessagePayload
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-