package org.oxerr.vividseats.client.model.inventory; public enum SplitType { DEFAULT, ANY, CUSTOM, NEVERLEAVEONE; }