Interface CartDiscountValueGiftLineItem

All Superinterfaces:
CartDiscountValue, CartDiscountValueGiftLineItemMixin, CartDiscountValueMixin, GenericCartDiscountValueMixin<CartDiscountValueGiftLineItemDraft>

public interface CartDiscountValueGiftLineItem extends CartDiscountValue, CartDiscountValueGiftLineItemMixin
CartDiscountValueGiftLineItem
Example to create an instance using the builder pattern

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