Class StandalonePriceReferenceBuilder

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

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

     StandalonePriceReference standalonePriceReference = StandalonePriceReference.builder()
             .id("{id}")
             .build()