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 ee67096 commit 264e1a6Copy full SHA for 264e1a6
Source/FikaAmazonAPI/AmazonSpApiSDK/Models/FulfillmentInbound/Condition.cs
@@ -8,13 +8,16 @@
8
* Generated by: https://github.com/swagger-api/swagger-codegen.git
9
*/
10
11
+using Newtonsoft.Json;
12
+using Newtonsoft.Json.Converters;
13
+
14
namespace FikaAmazonAPI.AmazonSpApiSDK.Models.FulfillmentInbound
15
{
16
/// <summary>
17
/// The condition of the item.
18
/// </summary>
19
/// <value>The condition of the item.</value>
-
20
+ [JsonConverter(typeof(StringEnumConverter))]
21
public enum Condition
22
23
0 commit comments