Skip to content

Commit b20619a

Browse files
committed
Adding NO_VOEC value to DeemedResellerCategoryEnum (undocumented, but being returned by API in practice)
1 parent d4b9e6b commit b20619a

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
@@ -43,7 +43,13 @@ public enum DeemedResellerCategoryEnum
4343
/// Enum UOSS for value: UOSS
4444
/// </summary>
4545
[EnumMember(Value = "UOSS")]
46-
UOSS = 2
46+
UOSS = 2,
47+
48+
/// <summary>
49+
/// Enum NO_VOEC for value: NO_VOEC
50+
/// </summary>
51+
[EnumMember(Value = "NO_VOEC")]
52+
NO_VOEC = 3
4753
}
4854

4955
/// <summary>

0 commit comments

Comments
 (0)