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) | Cardinality | Description |
---|---|---|
Invoice Issue Time (Invoice\IssueTime ) | 0..1 | The 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>
Updated 25 days ago