Interface StandalonePriceUpdateAction

All Superinterfaces:
ResourceUpdateAction<StandalonePriceUpdateAction>
All Known Subinterfaces:
StandalonePriceAddPriceTierAction, StandalonePriceApplyStagedChangesAction, StandalonePriceChangeActiveAction, StandalonePriceChangeValueAction, StandalonePriceRemovePriceTierAction, StandalonePriceRemoveStagedChangesAction, StandalonePriceSetCustomFieldAction, StandalonePriceSetCustomTypeAction, StandalonePriceSetDiscountedPriceAction, StandalonePriceSetKeyAction, StandalonePriceSetPriceTiersAction, StandalonePriceSetValidFromAction, StandalonePriceSetValidFromAndUntilAction, StandalonePriceSetValidUntilAction

public interface StandalonePriceUpdateAction extends ResourceUpdateAction<StandalonePriceUpdateAction>
StandalonePriceUpdateAction
Example to create a subtype instance using the builder pattern

     StandalonePriceUpdateAction standalonePriceUpdateAction = StandalonePriceUpdateAction.addPriceTierBuilder()
             tier(tierBuilder -> tierBuilder)
             .build()