code property

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

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

Implementation

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