Class ItemInfo
BG-31: Item information for an invoice line.
public sealed class ItemInfo
- Inheritance
-
ItemInfo
- Inherited Members
Properties
Attributes
BG-32: Item attributes (product characteristics).
public IReadOnlyList<ItemAttribute> Attributes { get; init; }
Property Value
BuyersItemIdentification
BT-156: Buyer's item identifier.
public string? BuyersItemIdentification { get; init; }
Property Value
Classifications
BT-158: Item classification codes.
public IReadOnlyList<ItemClassification> Classifications { get; init; }
Property Value
CountryOfOrigin
BT-159: Item country of origin (ISO 3166-1 alpha-2).
public CountryCode? CountryOfOrigin { get; init; }
Property Value
Description
BT-154: Item description.
public string? Description { get; init; }
Property Value
Name
BT-153: Item name.
public required string Name { get; init; }
Property Value
SellersItemIdentification
BT-155: Seller's item identifier.
public string? SellersItemIdentification { get; init; }
Property Value
StandardItemIdentification
BT-157: Standard item identifier (e.g. EAN/GTIN).
public string? StandardItemIdentification { get; init; }
Property Value
StandardItemSchemeId
BT-157-1: Scheme ID for standard item identification (e.g. "0160" for GTIN).
public IdentifierSchemeCode? StandardItemSchemeId { get; init; }