Skip to content

Commit 692d74a

Browse files
committed
fix #472
1 parent 2f2ac2f commit 692d74a

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
@@ -70,6 +70,12 @@ public enum DeemedResellerCategoryEnum
7070
/// </summary>
7171
[EnumMember(Value = "AU_VOEC")]
7272
AU_VOEC = 6,
73+
74+
/// <summary>
75+
/// Enum SG_VOEC for value: SG_VOEC
76+
/// </summary>
77+
[EnumMember(Value = "SG_VOEC")]
78+
SG_VOEC = 6,
7379
}
7480

7581
/// <summary>

0 commit comments

Comments
 (0)