BuyersItemIdentification

Use this element to specify details about the buyers item.

Elements

Name (Path)CardinalityDescription
Buyers Item Identification (/Invoice/InvoiceLine/BuyersItemIdentification)0..1A group of elements providing information about the Buyers item identification.
Buyers Item Identification - ID (/Invoice/InvoiceLine/BuyersItemIdentification/ID)1..1An 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>