Interface BusinessUnitStoresSetMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
BusinessUnitStoresSetMessagePayloadImpl

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()