Tariff Class Code (BBIE). Specification of a tariff class applicable to a transportation service.

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 TariffClassCode { get; set; }
Visual Basic
Public Property TariffClassCode As ICode
	Get
	Set
Visual C++
public:
virtual property ICode^ TariffClassCode {
	ICode^ get () sealed;
	void set (ICode^ value) sealed;
}
F#
abstract TariffClassCode : ICode with get, set
override TariffClassCode : ICode with get, set

Property Value

Type: ICode

Implements

ITransportationService..::..TariffClassCode

Remarks

Dictionary entry name
Transportation Service. Tariff Class Code. Code
Cardinality
0..1

See Also