File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed
Source/FikaAmazonAPI/AmazonSpApiSDK/Models/FulfillmentInbound Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,24 @@ public enum PrepInstruction
58
58
/// Enum HangGarment for value: HangGarment
59
59
/// </summary>
60
60
[ EnumMember ( Value = "HangGarment" ) ]
61
- HangGarment = 6
62
- }
61
+ HangGarment = 6 ,
62
+
63
+ /// <summary>
64
+ /// Enum Boxing for value: Boxing
65
+ /// </summary>
66
+ [ EnumMember ( Value = "Boxing" ) ]
67
+ Boxing = 7 ,
68
+
69
+ /// <summary>
70
+ /// Enum SuffocationStickering for value: SuffocationStickering
71
+ /// </summary>
72
+ [ EnumMember ( Value = "SuffocationStickering" ) ]
73
+ SuffocationStickering = 8 ,
63
74
75
+ /// <summary>
76
+ /// Enum SetCreation for value: SetCreation
77
+ /// </summary>
78
+ [ EnumMember ( Value = "SetCreation" ) ]
79
+ SetCreation = 9
80
+ }
64
81
}
You can’t perform that action at this time.
0 commit comments