Interface BusinessUnitTopLevelUnitSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface BusinessUnitTopLevelUnitSetMessagePayload extends MessagePayload

Generated when a Business Unit topLevelUnit is modified due to a hierarchy change after a successful Set Unit Type or Change Parent Unit update action.


Example to create an instance using the builder pattern

     BusinessUnitTopLevelUnitSetMessagePayload businessUnitTopLevelUnitSetMessagePayload = BusinessUnitTopLevelUnitSetMessagePayload.builder()
             .topLevelUnit(topLevelUnitBuilder -> topLevelUnitBuilder)
             .oldTopLevelUnit(oldTopLevelUnitBuilder -> oldTopLevelUnitBuilder)
             .build()