TaxCurrencyCode
A code signifying the currency used for tax amounts in the Invoice.
More information about the Tax Currency is provided in the Tax Accounting Currency topic.
Element
Element | Cardinality | Description |
---|---|---|
Tax Currency Code (Invoice/TaxCurrencyCode ) | 0..1 | The currency used for tax accounting and reporting purposes as accepted or required in the country of the Seller. |
Restriction
- You must use the codes from the ISO4217 list here.
Country-Specific Configurations
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cbc:DocumentCurrencyCode>EUR</cbc:DocumentCurrencyCode>
<cbc:TaxCurrencyCode>JPY</cbc:TaxCurrencyCode>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 6 days ago