TaxCurrencyCode
A code signifying the currency used for tax amounts in the Invoice.
More information is provided in the Tax Accounting Currency 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 |
Element
Element | Description |
---|---|
Invoice/TaxCurrencyCode | 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 about 1 month ago