Class ItemClassification

Namespace
EInvoice.Core.Model
Assembly
EInvoice.Core.dll

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

string

ListId

BT-158-2: Classification scheme version identifier (maps to @listVersionID on ClassCode).

public string? ListId { get; init; }

Property Value

string

SchemeId

BT-158-1: Classification scheme identifier (UNCL7143, maps to @listID on ClassCode).

public ItemTypeCode? SchemeId { get; init; }

Property Value

ItemTypeCode