Interface CartSetCustomLineItemCustomTypeAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>
All Known Implementing Classes:
CartSetCustomLineItemCustomTypeActionImpl

CartSetCustomLineItemCustomTypeAction
Example to create an instance using the builder pattern

     CartSetCustomLineItemCustomTypeAction cartSetCustomLineItemCustomTypeAction = CartSetCustomLineItemCustomTypeAction.builder()
             .customLineItemId("{customLineItemId}")
             .build()