code property

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

The unique identifier from IATA or ARC for the travel agency that issues the ticket. * Encoding: ASCII * minLength: 1 character * maxLength: 8 characters * Must not start with a space or be all spaces. * Must not be all zeros.

Implementation

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