TaxCurrencyCode
A code signifying the currency used for tax amounts in the Invoice.
More information is provided in the Currencies topic.
You must use the values from the ISO4217 code list here.
Details
Element | Value |
---|---|
Name | TaxCurrencyCode |
Path | Invoice/TaxCurrencyCode |
Definition | A code signifying the currency used for tax amounts in the Invoice. |
Required Values | ISO4217 |
Cardinality | 0..1 |
DataType | Currency_Code.Type |
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 1 day ago