We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d3674 commit 956aabcCopy full SHA for 956aabc
BO4E/ENUM/Anfragekategorie.cs
@@ -107,4 +107,11 @@ public enum Anfragekategorie
107
[EnumMember(Value = "ENTSPERRUNG")]
108
[System.Text.Json.Serialization.JsonStringEnumMemberName("ENTSPERRUNG")]
109
ENTSPERRUNG,
110
+
111
+ /// <summary>BESTELLUNG_AENDERUNG_MELO</summary>
112
+ /// <remarks>Z93</remarks>
113
+ [ProtoEnum(Name = "Anfragekategorie_BESTELLUNG_AENDERUNG_MELO")]
114
+ [EnumMember(Value = "BESTELLUNG_AENDERUNG_MELO")]
115
+ [System.Text.Json.Serialization.JsonStringEnumMemberName("BESTELLUNG_AENDERUNG_MELO")]
116
+ BESTELLUNG_AENDERUNG_MELO,
117
}
0 commit comments