Skip to content

Commit b73ebf5

Browse files
authored
Merge pull request #699 from HakanL/patch-1
2 parents 72a871f + d3c212c commit b73ebf5

File tree

1 file changed

+7
-1
lines changed
  • Source/FikaAmazonAPI/AmazonSpApiSDK/Models/Orders

1 file changed

+7
-1
lines changed

Source/FikaAmazonAPI/AmazonSpApiSDK/Models/Orders/OrderItem.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,13 @@ public enum DeemedResellerCategoryEnum
9191
/// Enum JE_VOEC for value: JE_VOEC
9292
/// </summary>
9393
[EnumMember(Value = "NG_VOEC")]
94-
NG_VOEC = 10
94+
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
95101

96102
}
97103

0 commit comments

Comments
 (0)