Class ItemClassification
BT-158: Item classification code with optional scheme and version identifiers.
public sealed class ItemClassification
- Inheritance
-
ItemClassification
- Inherited Members
Properties
ClassificationCode
BT-158: Item classification identifier.
public required string ClassificationCode { get; init; }
Property Value
ListId
BT-158-2: Classification scheme version identifier (maps to @listVersionID on ClassCode).
public string? ListId { get; init; }
Property Value
SchemeId
BT-158-1: Classification scheme identifier (UNCL7143, maps to @listID on ClassCode).
public ItemTypeCode? SchemeId { get; init; }