airlinePeriodLegPeriodCarrierCode property

  1. @BuiltValueField.new(wireName: r'airline.leg.carrier_code')
String? get airlinePeriodLegPeriodCarrierCode

The IATA 2-letter accounting code (PAX) that identifies the carrier. This field is required if the airline data includes leg details. * Example: KLM = KL * minLength: 2 characters * maxLength: 2 characters * Must not be all spaces * Must not be all zeros.

Implementation

@BuiltValueField(wireName: r'airline.leg.carrier_code')
String? get airlinePeriodLegPeriodCarrierCode;