Interface CartDiscountChangeValueAction

All Superinterfaces:
CartDiscountUpdateAction, ResourceUpdateAction<CartDiscountUpdateAction>
All Known Implementing Classes:
CartDiscountChangeValueActionImpl

Changes the CartDiscountValue for relative, absolute and fixed price CartDiscounts. Changing to Gift Line Item is not supported.


Example to create an instance using the builder pattern

     CartDiscountChangeValueAction cartDiscountChangeValueAction = CartDiscountChangeValueAction.builder()
             .value(valueBuilder -> valueBuilder)
             .build()