Poland B2B: Delivery Terms Identifier
You can model the delivery 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
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:DeliveryTerms>
<cbc:ID>CIF</cbc:ID>
</cac:DeliveryTerms>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 4 days ago