Class ItemAttribute
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
Value
BT-161: Attribute value.
public required string Value { get; init; }