Table of Contents

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

string

WrapperDocumentType

Generic document type name of this document wrapper.

public static readonly string WrapperDocumentType

Field Value

string

Properties

Children

public BoardingPass.BoardingPassChildren Children { get; }

Property Value

BoardingPass.BoardingPassChildren

ElectronicTicketIndicator

Electronic Ticket

public Field ElectronicTicketIndicator { get; }

Property Value

Field

FormatCode

Format Code.

public Field FormatCode { get; }

Property Value

Field

NumberOfLegs

Number of encoded legs.

public Field NumberOfLegs { get; }

Property Value

Field

PassengerName

Passenger Name

public Field PassengerName { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string

SecurityData

Security Data

public Field? SecurityData { get; }

Property Value

Field

SecurityDataType

Security Data Type

public Field? SecurityDataType { get; }

Property Value

Field