Interface StandalonePriceTierRemovedMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
StandalonePriceTierRemovedMessagePayloadImpl

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