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.
2 parents 72a871f + d3c212c commit b73ebf5Copy full SHA for b73ebf5
Source/FikaAmazonAPI/AmazonSpApiSDK/Models/Orders/OrderItem.cs
@@ -91,7 +91,13 @@ public enum DeemedResellerCategoryEnum
91
/// Enum JE_VOEC for value: JE_VOEC
92
/// </summary>
93
[EnumMember(Value = "NG_VOEC")]
94
- NG_VOEC = 10
+ NG_VOEC = 10,
95
+
96
+ /// <summary>
97
+ /// Enum MY_VOEC for value: MY_VOEC
98
+ /// </summary>
99
+ [EnumMember(Value = "MY_VOEC")]
100
+ MY_VOEC = 11
101
102
}
103
0 commit comments