Table of Contents

Struct IataAirlineCodeValue

Namespace
Veritas.Transportation
Assembly
Veritas.dll

Represents a validated IATA airline code.

public readonly struct IataAirlineCodeValue
Inherited Members

Constructors

IataAirlineCodeValue(string)

Initializes a new instance of the IataAirlineCodeValue struct.

public IataAirlineCodeValue(string value)

Parameters

value string

Normalized IATA airline code.

Properties

Value

Gets the normalized IATA airline code.

public string Value { get; }

Property Value

string