Delivery Terms (ASBIE). All the conditions agreed upon between a seller and a buyer with regard to the delivery of goods and/or services, e.g., CIF, FOB, or EXW from the INCOTERMS Terms of Delivery.

Namespace: Unimaze.Composer.Ubl2.Interfaces
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
IDeliveryTerms DeliveryTerms { get; set; }
Visual Basic
Property DeliveryTerms As IDeliveryTerms
	Get
	Set
Visual C++
property IDeliveryTerms^ DeliveryTerms {
	IDeliveryTerms^ get ();
	void set (IDeliveryTerms^ value);
}
F#
abstract DeliveryTerms : IDeliveryTerms with get, set

Property Value

Type: IDeliveryTerms

Remarks

Dictionary entry name
Consignment. Delivery Terms
Cardinality
0..1

See Also