Class MyCartSetCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.me.MyCartSetCustomTypeActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<MyCartSetCustomTypeAction>

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

     MyCartSetCustomTypeAction myCartSetCustomTypeAction = MyCartSetCustomTypeAction.builder()
             .build()