File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Source/FikaAmazonAPI/AmazonSpApiSDK/Models/FulfillmentInbound Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
* Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
*/
10
10
11
+ using Newtonsoft . Json ;
12
+ using Newtonsoft . Json . Converters ;
11
13
using System . Runtime . Serialization ;
12
14
13
15
namespace FikaAmazonAPI . AmazonSpApiSDK . Models . FulfillmentInbound
@@ -16,7 +18,7 @@ namespace FikaAmazonAPI.AmazonSpApiSDK.Models.FulfillmentInbound
16
18
/// The shipment status of the package.
17
19
/// </summary>
18
20
/// <value>The shipment status of the package.</value>
19
-
21
+ [ JsonConverter ( typeof ( StringEnumConverter ) ) ]
20
22
public enum PackageStatus
21
23
{
22
24
@@ -42,7 +44,7 @@ public enum PackageStatus
42
44
/// <summary>
43
45
/// Enum CHECKEDIN for value: CHECKED_IN
44
46
/// </summary>
45
-
47
+ [ EnumMember ( Value = "CHECKED_IN" ) ]
46
48
CHECKEDIN ,
47
49
48
50
/// <summary>
You can’t perform that action at this time.
0 commit comments