Interface StandalonePriceTierAddedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface StandalonePriceTierAddedMessagePayload extends MessagePayload

Generated after a successful Add Price Tier update action


Example to create an instance using the builder pattern

     StandalonePriceTierAddedMessagePayload standalonePriceTierAddedMessagePayload = StandalonePriceTierAddedMessagePayload.builder()
             .tier(tierBuilder -> tierBuilder)
             .build()