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."],[[["This document provides reference information for the `ShipmentTypeIncompatibility` class within the Cloud Optimization v1 API, specifically version 2.2.0, detailing its functionality and usage."],["`ShipmentTypeIncompatibility` restricts the appearance of incompatible shipments on the same route based on their `shipment_type` and a defined incompatibility mode."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `IncompatibilityMode` property determines how the incompatibility is applied, and the `Types_` property lists the incompatible shipment types."],["There are two constructors, a default and one taking another `ShipmentTypeIncompatibility` object for creating new instances."]]],[]]