Skip to content

ConsignmentSaleStatus

DummkopfOfHachtenduden edited this page Aug 21, 2016 · 1 revision
public enum ConsignmentSaleStatus : byte
{
	Registered = 0,
	Sold = 1,
	Expired = 2,
	Deleted = byte.MaxValue
}
Clone this wiki locally