Interface SetCustomerNumberChange

All Superinterfaces:
Change
All Known Implementing Classes:
SetCustomerNumberChangeImpl

public interface SetCustomerNumberChange extends Change

Change triggered by the Set Customer Number update action.


Example to create an instance using the builder pattern

     SetCustomerNumberChange setCustomerNumberChange = SetCustomerNumberChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()