Interface CartDiscountValueRelative

All Superinterfaces:
CartDiscountValue, CartDiscountValueMixin, CartDiscountValueRelativeMixin, GenericCartDiscountValueMixin<CartDiscountValueRelativeDraft>
All Known Implementing Classes:
CartDiscountValueRelativeImpl

Discounts the CartDiscountTarget relative to its price.


Example to create an instance using the builder pattern

     CartDiscountValueRelative cartDiscountValueRelative = CartDiscountValueRelative.builder()
             .permyriad(0.3)
             .build()