flightNumber property
The flight number without IATA carrier code.
This field should contain only digits. This is a required property of
flightHeader
. eg: "123"
Implementation
core.String? flightNumber;
The flight number without IATA carrier code.
This field should contain only digits. This is a required property of
flightHeader
. eg: "123"
core.String? flightNumber;