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
Element | Description |
---|---|
Invoice/InvoiceLine/Item/Name | Specify 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>
Updated about 2 months ago