DocumentCurrencyCode
A code signifying the default currency for this document.
General information about this element is provided in the VRBL: Invoice Currency topic. More general information about currencies is provided in the Currencies topic.
Element
Name (Path) | Cardinality | Description |
---|---|---|
Invoice Currency Code (Invoice/DocumentCurrencyCode ) | 0..1 | Specify the currency of the Document as represented by the ISO codes here. |
Example
<Invoice>
<!-- code omitted for clarity -->
<cbc:DocumentCurrencyCode>USD</cbc:DocumentCurrencyCode>
<!-- code omitted for clarity -->
</Invoice>
Updated 9 days ago