public sealed class ShipmentTypeIncompatibility : IMessage<ShipmentTypeIncompatibility>, IEquatable<ShipmentTypeIncompatibility>, IDeepCloneable<ShipmentTypeIncompatibility>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Optimization v1 API class ShipmentTypeIncompatibility.
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `ShipmentTypeIncompatibility` class, part of the Cloud Optimization v1 API, defines incompatibilities between shipments based on their types."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality for message handling, equality checks, cloning, and buffer manipulation."],["`ShipmentTypeIncompatibility` objects can be constructed either as new, empty instances, or as clones of existing `ShipmentTypeIncompatibility` objects."],["The class allows for the specification of incompatible shipment types through the `Types_` property and the `IncompatibilityMode` property, which determines the behavior when such incompatibilities occur."],["The documentation includes versions ranging from 1.0.0-beta01 to the latest version of 2.6.0."]]],[]]