Interface StandalonePriceStagedChangesAppliedMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
StandalonePriceStagedChangesAppliedMessagePayloadImpl

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()