DocumentCurrencyCode
A code signifying the default currency for this document.
General information is provided in the Currencies topic.
Details
Element | Value |
---|---|
Name | DocumentCurrencyCode |
ComponentType | BBIE |
DictionaryEntryName | Invoice.Document_CurrencyCode.Code |
Definition | A code signifying the default currency for this document. |
Cardinality | 0..1 |
ObjectClass | Invoice |
PropertyTermQualifier | Document |
PropertyTerm | Currency Code |
RepresentationTerm | Code |
DataTypeQualifier | Currency |
DataType | Currency_Code.Type |
minOccurs | 0 |
maxOccurs | 1 |
Elements
Element | Description |
---|---|
Invoice/DocumentCurrencyCode | Specify the currency of the document as repesented 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 about 2 months ago