Interface StagedStandalonePrice

All Known Implementing Classes:
StagedStandalonePriceImpl

public interface StagedStandalonePrice

Staged changes on a Standalone Price. To update the value property of a Staged Standalone Price, use the corresponding update action. To apply all staged changes to the Standalone Price, use the Apply Staged Changes update action.


Example to create an instance using the builder pattern

     StagedStandalonePrice stagedStandalonePrice = StagedStandalonePrice.builder()
             .value(valueBuilder -> valueBuilder)
             .build()