airlinePeriodAirlineCode property

  1. @BuiltValueField.new(wireName: r'airline.airline_code')
String? get airlinePeriodAirlineCode

The IATA 3-digit accounting code (PAX) that identifies the carrier. * Format: IATA 3-digit accounting code (PAX) * Example: KLM = 074 * minLength: 3 characters * maxLength: 3 characters * Must not be all spaces * Must not be all zeros.

Implementation

@BuiltValueField(wireName: r'airline.airline_code')
String? get airlinePeriodAirlineCode;