Class BoardingPass
- Namespace
- ScanbotSDK.MAUI.DocumentFormats.Barcode
- Assembly
- ScanbotSDK.Shared.dll
Boarding Pass
public class BoardingPass : GenericDocumentWrapper
- Inheritance
-
BoardingPass
- Inherited Members
Constructors
BoardingPass(GenericDocument)
public BoardingPass(GenericDocument document)
Parameters
document
GenericDocument
Properties
Children
public BoardingPass.BoardingPassChildren Children { get; }
Property Value
ElectronicTicket
Electronic Ticket
public Field ElectronicTicket { get; }
Property Value
Name
Name
public Field Name { get; }
Property Value
NumberOfLegs
Number Of Legs
public Field NumberOfLegs { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
SecurityData
Security Data
public Field SecurityData { get; }