Interface ProductRevertedStagedChangesMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface ProductRevertedStagedChangesMessagePayload extends MessagePayload

Generated after a successful Revert Staged Changes update action.


Example to create an instance using the builder pattern

     ProductRevertedStagedChangesMessagePayload productRevertedStagedChangesMessagePayload = ProductRevertedStagedChangesMessagePayload.builder()
             .plusRemovedImageUrls(removedImageUrlsBuilder -> removedImageUrlsBuilder)
             .build()