Class StagedStandalonePriceBuilder

java.lang.Object
com.commercetools.api.models.standalone_price.StagedStandalonePriceBuilder
All Implemented Interfaces:
Builder<StagedStandalonePrice>

public class StagedStandalonePriceBuilder extends Object implements Builder<StagedStandalonePrice>
StagedStandalonePriceBuilder
Example to create an instance using the builder pattern

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