Interface ChangeCartPredicateChange

All Superinterfaces:
Change
All Known Implementing Classes:
ChangeCartPredicateChangeImpl

public interface ChangeCartPredicateChange extends Change

Change triggered by the Change Cart Predicate update action.


Example to create an instance using the builder pattern

     ChangeCartPredicateChange changeCartPredicateChange = ChangeCartPredicateChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()