Interface CartSetLineItemInventoryModeAction

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

CartSetLineItemInventoryModeAction
Example to create an instance using the builder pattern

     CartSetLineItemInventoryModeAction cartSetLineItemInventoryModeAction = CartSetLineItemInventoryModeAction.builder()
             .lineItemId("{lineItemId}")
             .build()