Interface StandalonePriceValidFromSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface StandalonePriceValidFromSetMessagePayload extends MessagePayload

Generated after a successful Set Valid From update action.


Example to create an instance using the builder pattern

     StandalonePriceValidFromSetMessagePayload standalonePriceValidFromSetMessagePayload = StandalonePriceValidFromSetMessagePayload.builder()
             .build()