Interface StandalonePriceCreatedMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
StandalonePriceCreatedMessagePayloadImpl

Generated after a successful Create StandalonePrice request.


Example to create an instance using the builder pattern

     StandalonePriceCreatedMessagePayload standalonePriceCreatedMessagePayload = StandalonePriceCreatedMessagePayload.builder()
             .standalonePrice(standalonePriceBuilder -> standalonePriceBuilder)
             .build()