Interface CartSetCustomTypeAction

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

public interface CartSetCustomTypeAction extends CartUpdateAction
CartSetCustomTypeAction
Example to create an instance using the builder pattern

     CartSetCustomTypeAction cartSetCustomTypeAction = CartSetCustomTypeAction.builder()
             .build()