Class StagedOrderSetLineItemCustomTypeActionBuilder

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

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

     StagedOrderSetLineItemCustomTypeAction stagedOrderSetLineItemCustomTypeAction = StagedOrderSetLineItemCustomTypeAction.builder()
             .build()