Malaysia: Incoterm

Incoterms are required for applicable Malaysian Documents.

Use the ID element to specify the Incoterm.

Elements

ElementDescription
Invoice/DeliveryTerms/IDSpecify the incoterm.

Example

This example specifies CIF as the delivery incoterm:

<ubl:Invoice>
	<!-- Code omitted for clarity -->
	<cac:DeliveryTerms>
		<cbc:ID>CIF</cbc:ID>
	</cac:DeliveryTerms>
	<!-- Code omitted for clarity -->
</ubl:Invoice>