stopOverCode property

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

A one-letter code that indicates whether the passenger is entitled to make a stopover. Can be a space, O if the passenger is entitled to make a stopover, or X if they are not. * Encoding: ASCII * minLength: 1 character * maxLength: 1 character

Implementation

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