KItinerary
iatabcbpparser.h
25 * @see https://www.iata.org/whatwedo/stb/Documents/BCBP-Implementation-Guide-5th-Edition-June-2016.pdf
32 * @param externalIssueDate The date the boarding pass was issued (or a sufficiently close approximation).
33 * This is necessary as by default the BCBP data only contains day and month of the flight, not the year.
35[[nodiscard]] QList<QVariant> parse(const QString &message, const QDateTime &externalIssueDateTime = QDateTime());
36[[nodiscard]] KITINERARY_EXPORT QList<QVariant> parse(const IataBcbp &bcbp, const QDateTime &contextDate);
QList< QVariant > parse(const QString &message, const QDateTime &externalIssueDateTime=QDateTime())
Parses the bar coded boarding pass message message into a list of FlightReservation instances.
Definition iatabcbpparser.cpp:38
Classes for reservation/travel data models, data extraction and data augmentation.
Definition berelement.h:17
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:28:48 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:28:48 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.