boardingDoor property

String? boardingDoor
getter/setter pair

Set this field only if this flight boards through more than one door or bridge and you want to explicitly print the door location on the boarding pass.

Most airlines route their passengers to the right door or bridge by refering to doors/bridges by the seatClass. In those cases boardingDoor should not be set. Possible string values are:

  • "BOARDING_DOOR_UNSPECIFIED"
  • "FRONT"
  • "front" : Legacy alias for FRONT. Deprecated.
  • "BACK"
  • "back" : Legacy alias for BACK. Deprecated.

Implementation

core.String? boardingDoor;