Interface StandalonePriceTierRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface StandalonePriceTierRemovedMessagePayload extends MessagePayload

Generated after a successful Remove Price Tier update action


Example to create an instance using the builder pattern

     StandalonePriceTierRemovedMessagePayload standalonePriceTierRemovedMessagePayload = StandalonePriceTierRemovedMessagePayload.builder()
             .removedTier(removedTierBuilder -> removedTierBuilder)
             .build()