Interface ProductTailoringImagesSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface ProductTailoringImagesSetMessagePayload extends MessagePayload

Generated after a successful Set Images update action.


Example to create an instance using the builder pattern

     ProductTailoringImagesSetMessagePayload productTailoringImagesSetMessagePayload = ProductTailoringImagesSetMessagePayload.builder()
             .store(storeBuilder -> storeBuilder)
             .product(productBuilder -> productBuilder)
             .variantId(0.3)
             .build()