VRBL: Invoice Currency Code

You can specify a currency for your Document.

Use the DocumentCurrencyCode element to model this information.

More general information about currencies is provided in the Currencies topic.

Element

ElementDescription
Invoice/DocumentCurrencyCodeThe currency in which all invoice amounts are given, except for the Total tax amount in accounting currency (only if accounting currency is different from invoice currency).

Restriction

You must use the codes from the ISO4217 list here.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cbc:DocumentCurrencyCode>USD</cbc:DocumentCurrencyCode>
    <!-- code omitted for clarity -->
</Invoice>