DocumentCurrencyCode
A code signifying the default currency for this document.
General information is provided in the Currencies topic.
Details
Detail | Value |
---|---|
Name | DocumentCurrencyCode |
Path | Invoice/DocumentCurrencyCode |
Definition | A code signifying the default currency for this document. |
Cardinality | 0..1 |
DataType | Currency_Code.Type |
Elements
Element | Description |
---|---|
Invoice/DocumentCurrencyCode | Specify the currency of the document as represented by the ISO codes here. |
Country Specific Topics
Example
<ubl:Invoice xmlns:ubl="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:cec="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" xmlns:vrbl="urn:vertexinc:vrbl:ExtensionComponent:1">
<!-- Code Omitted for clarity -->
<cbc:InvoiceTypeCode>VRBL:MY:01</cbc:InvoiceTypeCode>
<cbc:DocumentCurrencyCode>MYR</cbc:DocumentCurrencyCode>
<cbc:BuyerReference>buyer_ref_number234</cbc:BuyerReference>
Updated 2 days ago