Interface StandalonePriceActiveChangedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface StandalonePriceActiveChangedMessagePayload extends MessagePayload

Generated after a successful Change Active update action.


Example to create an instance using the builder pattern

     StandalonePriceActiveChangedMessagePayload standalonePriceActiveChangedMessagePayload = StandalonePriceActiveChangedMessagePayload.builder()
             .active(true)
             .oldActive(true)
             .build()