Interface StoreDeletedMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
StoreDeletedMessagePayloadImpl

Generated after a successful Delete Store request.


Example to create an instance using the builder pattern

     StoreDeletedMessagePayload storeDeletedMessagePayload = StoreDeletedMessagePayload.builder()
             .build()