Interface CartDiscountCustomLineItemsTarget

All Superinterfaces:
CartDiscountTarget

public interface CartDiscountCustomLineItemsTarget extends CartDiscountTarget

Discount is applied to CustomLineItems matching the predicate.


Example to create an instance using the builder pattern

     CartDiscountCustomLineItemsTarget cartDiscountCustomLineItemsTarget = CartDiscountCustomLineItemsTarget.builder()
             .predicate("{predicate}")
             .build()