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()
 
  • Field Details

    • STANDALONE_PRICE_KEY_SET

      static final String STANDALONE_PRICE_KEY_SET
      discriminator value for StandalonePriceKeySetMessagePayload
      See Also:
  • Method Details