Japan: Invoice Issue Time

You can add the time when the invoice was issued to Japanese Documents.

Elements

Use the IssueTime element to model this information:

Name (Path)CardinalityDescription
Invoice Issue Time (Invoice\IssueTime)0..1The time, assigned by the sender, at which this document was issued. Specify the time that the document was issued.

Restrictions

  • The time must use the hh::mm:ss time format.
  • Miliseconds and timezones (hh::mm:ss:sss) are optional. For example, 15:30:00Z.

Example

<ubl:Invoice>
	<!-- Code omitted for clarity -->
	<cbc:IssueTime>15:30:00Z</cbc:IssueTime>
	<!-- Code omitted for clarity -->
</ubl:Invoice>