package org.multibit.mbm.api.request.cart; /** * <p>Base request to provide the following to Resources:</p> * <ul> * <li>Provision of client state common to all interactions with the Item entity</li> * </ul> * * @since 0.0.1 *   */ public abstract class BaseCartRequest { // TODO Consider some fields? }