invoice エレメント
請求書レイアウト(区分/日付/宛先/差出/件名/本文/合計 等)を表示します。
親エレメント
| 定義名 | 説明 |
|---|---|
| item | ドキュメントのアイテム構成を定義します。 |
コード例
<invoice> <classification>請求書</classification> <date>2026/06/22</date> <to>宛先</to> <from>差出人</from> <subtitle>件名</subtitle> <message>本文</message> <total>合計</total> </invoice>