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)CardinalityDescription
Invoice Currency Code (Invoice/DocumentCurrencyCode)0..1Specify 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>