Class StandalonePriceSetCustomTypeActionBuilder

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

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

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