DocumentCurrencyCode

A code signifying the default currency for this document.

General information is provided in the Currencies topic.

Details

DetailValue
NameDocumentCurrencyCode
PathInvoice/DocumentCurrencyCode
DefinitionA code signifying the default currency for this document.
Cardinality0..1
DataTypeCurrency_Code.Type

Elements

ElementDescription
Invoice/DocumentCurrencyCodeSpecify 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>