Class StagedOrderSetCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.order_edit.StagedOrderSetCustomTypeActionBuilder
All Implemented Interfaces:
Builder<StagedOrderSetCustomTypeAction>

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

     StagedOrderSetCustomTypeAction stagedOrderSetCustomTypeAction = StagedOrderSetCustomTypeAction.builder()
             .build()