Interface CartDiscountTotalPriceTarget

All Superinterfaces:
CartDiscountTarget

public interface CartDiscountTotalPriceTarget extends CartDiscountTarget

Discount is applied to the total price of the Cart.


Example to create an instance using the builder pattern

     CartDiscountTotalPriceTarget cartDiscountTotalPriceTarget = CartDiscountTotalPriceTarget.builder()
             .build()