Class StandalonePriceSetCustomTypeActionBuilder

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

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

     StandalonePriceSetCustomTypeAction standalonePriceSetCustomTypeAction = StandalonePriceSetCustomTypeAction.builder()
             .build()