Skip to content

Commit b8028be

Browse files
committed
fix #284
1 parent 1d8ef44 commit b8028be

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ namespace FikaAmazonAPI.AmazonSpApiSDK.Models.FulfillmentInbound
2020
[JsonConverter(typeof(StringEnumConverter))]
2121
public enum Condition
2222
{
23-
2423
/// <summary>
2524
/// Enum NewItem for value: NewItem
2625
/// </summary>
27-
28-
NewItem,
26+
NewItem = 1,
2927

3028
/// <summary>
3129
/// Enum NewWithWarranty for value: NewWithWarranty

0 commit comments

Comments
 (0)