Interface CartDiscountShippingCostTarget

All Superinterfaces:
CartDiscountTarget

public interface CartDiscountShippingCostTarget extends CartDiscountTarget

Discount is applied to the shipping costs of the Cart.


Example to create an instance using the builder pattern

     CartDiscountShippingCostTarget cartDiscountShippingCostTarget = CartDiscountShippingCostTarget.builder()
             .build()