Interface StandalonePriceSetValidFromAndUntilChange

All Superinterfaces:
Change

public interface StandalonePriceSetValidFromAndUntilChange extends Change

Change triggered by the Set Valid From and Until update action.


Example to create an instance using the builder pattern

     StandalonePriceSetValidFromAndUntilChange standalonePriceSetValidFromAndUntilChange = StandalonePriceSetValidFromAndUntilChange.builder()
             .change("{change}")
             .previousValue(previousValueBuilder -> previousValueBuilder)
             .nextValue(nextValueBuilder -> nextValueBuilder)
             .build()