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