carrierCode property

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

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

Implementation

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