Interface StandalonePriceStagedChangesAppliedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface StandalonePriceStagedChangesAppliedMessagePayload extends MessagePayload

Generated after a successful Apply Staged Changes update action.


Example to create an instance using the builder pattern

     StandalonePriceStagedChangesAppliedMessagePayload standalonePriceStagedChangesAppliedMessagePayload = StandalonePriceStagedChangesAppliedMessagePayload.builder()
             .stagedChanges(stagedChangesBuilder -> stagedChangesBuilder)
             .build()