Class BoardingPass
- Namespace
- ScanbotSDK.MAUI.BarcodeDocumentModel
- Assembly
- ScanbotSDK.Shared.dll
Boarding Pass
public class BoardingPass : GenericDocumentWrapper
- Inheritance
-
BoardingPass
- Inherited Members
Constructors
BoardingPass(GenericDocument)
public BoardingPass(GenericDocument document)
Parameters
document
GenericDocument
Fields
WrapperDocumentNormalizedType
Normalized document type name of this document wrapper.
public static readonly string WrapperDocumentNormalizedType
Field Value
WrapperDocumentType
Generic document type name of this document wrapper.
public static readonly string WrapperDocumentType
Field Value
Properties
Children
public BoardingPass.BoardingPassChildren Children { get; }
Property Value
ElectronicTicketIndicator
Electronic Ticket
public Field ElectronicTicketIndicator { get; }
Property Value
FormatCode
Format Code.
public Field FormatCode { get; }
Property Value
NumberOfLegs
Number of encoded legs.
public Field NumberOfLegs { get; }
Property Value
PassengerName
Passenger Name
public Field PassengerName { 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; }
Property Value
SecurityDataType
Security Data Type
public Field? SecurityDataType { get; }