We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8ef44 commit b8028beCopy full SHA for b8028be
Source/FikaAmazonAPI/AmazonSpApiSDK/Models/FulfillmentInbound/Condition.cs
@@ -20,12 +20,10 @@ namespace FikaAmazonAPI.AmazonSpApiSDK.Models.FulfillmentInbound
20
[JsonConverter(typeof(StringEnumConverter))]
21
public enum Condition
22
{
23
-
24
/// <summary>
25
/// Enum NewItem for value: NewItem
26
/// </summary>
27
28
- NewItem,
+ NewItem = 1,
29
30
31
/// Enum NewWithWarranty for value: NewWithWarranty
0 commit comments