Interface CartUpdate

All Superinterfaces:
ResourceUpdate<CartUpdate,CartUpdateAction,CartUpdateBuilder>
All Known Implementing Classes:
CartUpdateImpl

CartUpdate
Example to create an instance using the builder pattern

     CartUpdate cartUpdate = CartUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()