Interface StandalonePriceCreatedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface StandalonePriceCreatedMessagePayload extends MessagePayload

Generated after a successful Create StandalonePrice request.


Example to create an instance using the builder pattern

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