Skip to content

Commit

Permalink
Merge pull request #813 from Baros6647/main
Browse files Browse the repository at this point in the history
Added the ShipsInProductPackaging value to the PrepInstruction enum
  • Loading branch information
abuzuhri authored Jan 8, 2025
2 parents ce60924 + 88f0589 commit a35b460
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,13 @@ public enum PrepInstruction
/// Enum NoPrep for value: NoPrep
/// </summary>
[EnumMember(Value = "NoPrep")]
NoPrep = 15
NoPrep = 15,

/// <summary>
/// Enum ShipsInProductPackaging for value: ShipsInProductPackaging
/// </summary>
[EnumMember(Value = "ShipsInProductPackaging")]
ShipsInProductPackaging = 16
}

}

0 comments on commit a35b460

Please sign in to comment.