Country (ASBIE). Identifies the country from which the goods are originally exported without any commercial transaction taking place in intermediate countries.

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#
ICountry ExportCountry { get; set; }
Visual Basic
Property ExportCountry As ICountry
	Get
	Set
Visual C++
property ICountry^ ExportCountry {
	ICountry^ get ();
	void set (ICountry^ value);
}
F#
abstract ExportCountry : ICountry with get, set

Property Value

Type: ICountry

Remarks

Dictionary entry name
Shipment. Export_ Country. Country
Cardinality
0..1

See Also