Interface BusinessUnitStoresSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface BusinessUnitStoresSetMessagePayload extends MessagePayload

Generated after a successful Set Stores update action.


Example to create an instance using the builder pattern

     BusinessUnitStoresSetMessagePayload businessUnitStoresSetMessagePayload = BusinessUnitStoresSetMessagePayload.builder()
             .plusStores(storesBuilder -> storesBuilder)
             .build()