InvoiceQuantitySource.java

package com.tradecloud.domain.invoice;

/**
 * Sources an invoice quantity may be drawn from.
 */
public enum InvoiceQuantitySource {

    ORDER, PACKING_LIST, NONE
}