namespace FoodsharingSiegen.Contracts.Enums { /// /// The interaction type enum /// public enum InteractionType { /// /// The ein ab interaction type /// EinAb = 10, /// /// The welcome interaction type /// Welcome = 20, /// /// The id check interaction type /// IdCheck = 30, /// /// The print pass interaction type /// PrintPass = 40, /// /// The verify interaction type /// Verify = 60, /// /// The complete interaction type /// Complete = 70, /// /// The StepInBriefing interaction type /// StepInBriefing = 80, /// /// The StepInBriefing interaction type /// ReleasedForVerification = 90 } }