Class ItemAttribute

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

BG-32: Item attribute (product characteristic) with name and value.

public sealed record ItemAttribute : IEquatable<ItemAttribute>
Inheritance
ItemAttribute
Implements
Inherited Members

Properties

Name

BT-160: Attribute name.

public required string Name { get; init; }

Property Value

string

Value

BT-161: Attribute value.

public required string Value { get; init; }

Property Value

string