Skip to content

Commit 18ed6b9

Browse files
authored
Merge pull request #605 from dansharpe83/main
2 parents df37410 + 99d828a commit 18ed6b9

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
@@ -79,7 +79,13 @@ public enum DeemedResellerCategoryEnum
7979
/// Enum NZ_VOEC for value: NZ_VOEC
8080
/// </summary>
8181
[EnumMember(Value = "NZ_VOEC")]
82-
NZ_VOEC = 8
82+
NZ_VOEC = 8,
83+
84+
/// <summary>
85+
/// Enum JE_VOEC for value: JE_VOEC
86+
/// </summary>
87+
[EnumMember(Value = "JE_VOEC")]
88+
JE_VOEC
8389
}
8490

8591
/// <summary>

0 commit comments

Comments
 (0)