Interface CartDiscountValueGiftLineItemDraft

All Superinterfaces:
CartDiscountValueDraft, io.vrap.rmf.base.client.Draft<CartDiscountValueGiftLineItemDraft>
All Known Implementing Classes:
CartDiscountValueGiftLineItemDraftImpl

Can only be used in a CartDiscountDraft with no target specified. Hence, this type can not be used in the Change Value update action.


Example to create an instance using the builder pattern

     CartDiscountValueGiftLineItemDraft cartDiscountValueGiftLineItemDraft = CartDiscountValueGiftLineItemDraft.builder()
             .product(productBuilder -> productBuilder)
             .variantId(0.3)
             .build()