Interface SetMaxApplicationsPerCustomerChange

All Superinterfaces:
Change
All Known Implementing Classes:
SetMaxApplicationsPerCustomerChangeImpl

Change triggered by the Set Max Applications Per Customer update action.


Example to create an instance using the builder pattern

     SetMaxApplicationsPerCustomerChange setMaxApplicationsPerCustomerChange = SetMaxApplicationsPerCustomerChange.builder()
             .change("{change}")
             .previousValue(1)
             .nextValue(1)
             .build()