Interface StandalonePriceUpdate

All Superinterfaces:
ResourceUpdate<StandalonePriceUpdate,StandalonePriceUpdateAction,StandalonePriceUpdateBuilder>

StandalonePriceUpdate
Example to create an instance using the builder pattern

     StandalonePriceUpdate standalonePriceUpdate = StandalonePriceUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()