DocumentCurrencyCode

A code signifying the default currency for this document.

General information is provided in the Currencies topic.

Details

ElementValue
NameDocumentCurrencyCode
ComponentTypeBBIE
DictionaryEntryNameInvoice.Document_CurrencyCode.Code
DefinitionA code signifying the default currency for this document.
Cardinality0..1
ObjectClassInvoice
PropertyTermQualifierDocument
PropertyTermCurrency Code
RepresentationTermCode
DataTypeQualifierCurrency
DataTypeCurrency_Code.Type
minOccurs0
maxOccurs1

Elements

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