public sealed class ShipmentTypeIncompatibility : IMessage<ShipmentTypeIncompatibility>, IEquatable<ShipmentTypeIncompatibility>, IDeepCloneable<ShipmentTypeIncompatibility>, IBufferMessage, IMessage
Specifies incompatibilties between shipments depending on their
shipment_type. The appearance of incompatible shipments on the same route is
restricted based on the incompatibility mode.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eShipmentTypeIncompatibility\u003c/code\u003e class specifies how shipments with different types are restricted from appearing on the same route.\u003c/p\u003e\n"],["\u003cp\u003eIt has a constructor \u003ccode\u003eShipmentTypeIncompatibility()\u003c/code\u003e and a copy constructor \u003ccode\u003eShipmentTypeIncompatibility(ShipmentTypeIncompatibility other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIncompatibilityMode\u003c/code\u003e property defines the mode applied to the incompatibility between shipment types.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTypes_\u003c/code\u003e property is a list that specifies which shipments, based on type, are considered to be incompatible with each other.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for the specified class is version 2.6.0, with multiple other versions also available.\u003c/p\u003e\n"]]],[],null,[]]