Interface OrderSetCustomLineItemCustomTypeAction

All Superinterfaces:
OrderUpdateAction, ResourceUpdateAction<OrderUpdateAction>
All Known Implementing Classes:
OrderSetCustomLineItemCustomTypeActionImpl

OrderSetCustomLineItemCustomTypeAction
Example to create an instance using the builder pattern

     OrderSetCustomLineItemCustomTypeAction orderSetCustomLineItemCustomTypeAction = OrderSetCustomLineItemCustomTypeAction.builder()
             .customLineItemId("{customLineItemId}")
             .build()