airlinePeriodLegPeriodDestinationCode property
- @BuiltValueField.new(wireName: r'airline.leg.destination_code')
The IATA 3-letter airport code of the destination airport. This field is required if the airline data includes leg details. * Example: Amsterdam = AMS * Encoding: ASCII * minLength: 3 characters * maxLength: 3 characters * Must not be all spaces * Must not be all zeros.
Implementation
@BuiltValueField(wireName: r'airline.leg.destination_code')
String? get airlinePeriodLegPeriodDestinationCode;