Skip to content

Commit 9fb0cec

Browse files
committed
fix #479
1 parent 4205037 commit 9fb0cec

File tree

1 file changed

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

1 file changed

+7
-1
lines changed

Source/FikaAmazonAPI/AmazonSpApiSDK/Models/FulfillmentInbound/PrepOwner.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ public enum PrepOwner
3434
/// Enum SELLER for value: SELLER
3535
/// </summary>
3636
[EnumMember(Value = "SELLER")]
37-
SELLER = 2
37+
SELLER = 2,
38+
39+
/// <summary>
40+
/// Enum NONE for value: NONE
41+
/// </summary>
42+
[EnumMember(Value = "NONE")]
43+
NONE = 2
3844
}
3945

4046
}

0 commit comments

Comments
 (0)