Class StandalonePriceDraftBuilder

java.lang.Object
com.commercetools.api.models.standalone_price.StandalonePriceDraftBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<StandalonePriceDraft>

public class StandalonePriceDraftBuilder extends Object implements io.vrap.rmf.base.client.Builder<StandalonePriceDraft>
StandalonePriceDraftBuilder
Example to create an instance using the builder pattern

     StandalonePriceDraft standalonePriceDraft = StandalonePriceDraft.builder()
             .sku("{sku}")
             .value(valueBuilder -> valueBuilder)
             .build()