Malaysia MYS: Incoterm

Incoterms are required for applicable Malaysian Documents.

Use the ID element to specify the Incoterm.

Elements

Use the DeliveryTerms element to model this information.

ElementCardinalityDescription
Delivery Terms (Invoice/DeliveryTerms/ID)0..1A set of delivery terms associated with this Document.

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>