Interface CartDiscountValueGiftLineItem

All Superinterfaces:
CartDiscountValue, CartDiscountValueGiftLineItemMixin, CartDiscountValueMixin, GenericCartDiscountValueMixin<CartDiscountValueGiftLineItemDraft>
All Known Implementing Classes:
CartDiscountValueGiftLineItemImpl

CartDiscountValueGiftLineItem
Example to create an instance using the builder pattern

     CartDiscountValueGiftLineItem cartDiscountValueGiftLineItem = CartDiscountValueGiftLineItem.builder()
             .product(productBuilder -> productBuilder)
             .variantId(0.3)
             .build()