Interface StandalonePriceValueChangedMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
StandalonePriceValueChangedMessagePayloadImpl

Generated after a successful Change Value update action.


Example to create an instance using the builder pattern

     StandalonePriceValueChangedMessagePayload standalonePriceValueChangedMessagePayload = StandalonePriceValueChangedMessagePayload.builder()
             .value(valueBuilder -> valueBuilder)
             .staged(true)
             .build()