Skip to content

Commit b5afff9

Browse files
committed
2 parents d3429fd + e12b713 commit b5afff9

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

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

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,24 @@ public enum PrepInstruction
5858
/// Enum HangGarment for value: HangGarment
5959
/// </summary>
6060
[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,
6374

75+
/// <summary>
76+
/// Enum SetCreation for value: SetCreation
77+
/// </summary>
78+
[EnumMember(Value = "SetCreation")]
79+
SetCreation = 9
80+
}
6481
}

0 commit comments

Comments
 (0)