bcbp-parser
Version:
BCBP boarding pass code parser
16 lines (15 loc) • 542 B
JavaScript
;
module.exports = {
'0': 'Ticket issuance/passenger not checked in',
'1': 'Ticket issuance/passenger checked in',
'2': 'Bag checked/passenger not checked in',
'3': 'Bag checked/passenger checked in',
'4': 'Passenger passed security check',
'5': 'Passenger passed security gate exit (coupon used)',
'6': 'Transit',
'7': 'Standby',
'8': 'Boarding data revalidation done',
'9': 'Original boarding line used at time of ticket issuance',
'A': 'Up- or down-grading required at close out',
'error': 'Unknown'
};