Class StagedOrderSetCustomLineItemCustomTypeActionBuilder

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

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

     StagedOrderSetCustomLineItemCustomTypeAction stagedOrderSetCustomLineItemCustomTypeAction = StagedOrderSetCustomLineItemCustomTypeAction.builder()
             .build()