Skip to content

Commit 72be372

Browse files
authored
Merge pull request #568 from dansharpe83/main
2 parents 836fa40 + a98b111 commit 72be372

File tree

1 file changed

+6
-0
lines changed
  • Source/FikaAmazonAPI/AmazonSpApiSDK/Models/Orders

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ public enum DeemedResellerCategoryEnum
7474
/// </summary>
7575
[EnumMember(Value = "SG_VOEC")]
7676
SG_VOEC = 7,
77+
78+
/// <summary>
79+
/// Enum NZ_VOEC for value: NZ_VOEC
80+
/// </summary>
81+
[EnumMember(Value = "NZ_VOEC")]
82+
NZ_VOEC = 8
7783
}
7884

7985
/// <summary>

0 commit comments

Comments
 (0)