Japan: Tax Accounting Currency
If you specify a currency other than JPY in the DocumentCurrencyCode
element, you must specify JPY in the TaxCurrencyCode
element.
Use the TaxCurrencyCode element to model this information.
Element
Element | Description |
---|---|
Invoice/TaxCurrencyCode | Specify the ISO code for the Tax Currency. This must be JPY . |
Restrictions
- You must specify
JPY
in theTaxCurrencyCode
element for Japanese Documents.
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cbc:DocumentCurrencyCode>EUR</cbc:DocumentCurrencyCode>
<cbc:TaxCurrencyCode>JPY</cbc:TaxCurrencyCode>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 2 months ago