Japan: Item Names for Summary Invoices

For summary invoices, you may need to include the delivery note number.

Use the Name sub-element of the Item element to model this information.

Elements

ElementDescription
Invoice/InvoiceLine/Item/NameSpecify the deliver note number.

Example

<ubl:Invoice>
	<!-- Code omitted for clarity -->
	<cac:Item>
		<!-- Delivery Note Number transmitted as the item name -->
		<cbc:Name>DN-001</cbc:Name> 
		<!-- Code omitted for clarity -->
    </cac:Item>
    <!-- Code omitted for clarity -->
</ubl:Invoice>