Poland B2B: Delivery Terms Identifier

You can model the delivery 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

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