Skip to content

Commit 264e1a6

Browse files
committed
check solution for #284
1 parent ee67096 commit 264e1a6

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@
88
* Generated by: https://github.com/swagger-api/swagger-codegen.git
99
*/
1010

11+
using Newtonsoft.Json;
12+
using Newtonsoft.Json.Converters;
13+
1114
namespace FikaAmazonAPI.AmazonSpApiSDK.Models.FulfillmentInbound
1215
{
1316
/// <summary>
1417
/// The condition of the item.
1518
/// </summary>
1619
/// <value>The condition of the item.</value>
17-
20+
[JsonConverter(typeof(StringEnumConverter))]
1821
public enum Condition
1922
{
2023

0 commit comments

Comments
 (0)