destinationAirportCode property

  1. @BuiltValueField.new(wireName: r'destinationAirportCode')
String? get destinationAirportCode

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 start with a space or be all spaces. * Must not be all zeros.

Implementation

@BuiltValueField(wireName: r'destinationAirportCode')
String? get destinationAirportCode;