package de.onyxbits.tradetrax.remix; /** * For allowing the user to choose between submitting a price per unit or per * stack. * * @author patrick * */ public enum Payment { TOTAL, PERUNIT }