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.
Element | Cardinality | Description |
---|---|---|
Delivery Terms (Invoice/DeliveryTerms/ID ) | 0..1 | A 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>
Updated 12 days ago