Instructions (BBIE). Free-form text describing handling instructions for a shipment.

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

Property Value

Type: IText

Remarks

Dictionary entry name
Transport Handling Unit. Handling_ Instructions. Text
Cardinality
0..1

See Also