Interface BusinessUnitStoreRemovedMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
BusinessUnitStoreRemovedMessagePayloadImpl

Generated after a successful Remove Store update action.


Example to create an instance using the builder pattern

     BusinessUnitStoreRemovedMessagePayload businessUnitStoreRemovedMessagePayload = BusinessUnitStoreRemovedMessagePayload.builder()
             .store(storeBuilder -> storeBuilder)
             .build()