Interface CartDiscountChangeNameAction

All Superinterfaces:
CartDiscountUpdateAction, ResourceUpdateAction<CartDiscountUpdateAction>

public interface CartDiscountChangeNameAction extends CartDiscountUpdateAction
CartDiscountChangeNameAction
Example to create an instance using the builder pattern

     CartDiscountChangeNameAction cartDiscountChangeNameAction = CartDiscountChangeNameAction.builder()
             .name(nameBuilder -> nameBuilder)
             .build()