BuyersItemIdentification
Use this element to specify details about the buyers item.
Elements
| Name (Path) | Cardinality | Description | 
|---|---|---|
Buyers Item Identification (/Invoice/InvoiceLine/BuyersItemIdentification) | 0..1 | A group of elements providing information about the Buyers item identification. | 
Buyers Item Identification - ID (/Invoice/InvoiceLine/BuyersItemIdentification/ID) | 1..1 | An identifier, assigned by the Buyer, for the item. | 
Example
<Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cac:BuyersItemIdentification>
            <cbc:ID>BY-123455</cbc:ID>
        </cac:BuyersItemIdentification>
        <!-- code omitted for clarity -->
    </cac:InvoiceLine>
</Invoice>
Updated 5 months ago
