Interface StandalonePriceKeySetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface StandalonePriceKeySetMessagePayload extends MessagePayload

Generated after a successful Set Key update action.


Example to create an instance using the builder pattern

     StandalonePriceKeySetMessagePayload standalonePriceKeySetMessagePayload = StandalonePriceKeySetMessagePayload.builder()
             .build()