Transport Service Code (BBIE). A code which describes the general type of service required for the transportation of goods. Specifically, it identifies the extent of the transportation service, e.g., door-to-door, port-to-port.

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

Syntax

C#
public ICode TransportServiceCode { get; set; }
Visual Basic
Public Property TransportServiceCode As ICode
	Get
	Set
Visual C++
public:
virtual property ICode^ TransportServiceCode {
	ICode^ get () sealed;
	void set (ICode^ value) sealed;
}
F#
abstract TransportServiceCode : ICode with get, set
override TransportServiceCode : ICode with get, set

Property Value

Type: ICode

Implements

ITransportationService..::..TransportServiceCode

Remarks

Dictionary entry name
Transportation Service. Transport Service Code. Code
Cardinality
1

See Also