Table of Contents

Class BoardingPass

Namespace
IO.Scanbot.Sdk.Barcode.Entity
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/entity/BoardingPass", DoNotGenerateAcw = true)]
public sealed class BoardingPass : GenericDocumentWrapper, IJavaObject, IJavaPeerable, IDisposable
Inheritance
BoardingPass
Implements
Inherited Members

Constructors

BoardingPass(GenericDocument)

[Register(".ctor", "(Lio/scanbot/sdk/genericdocument/GenericDocument;)V", "")]
public BoardingPass(GenericDocument document)

Parameters

document GenericDocument

Fields

DocumentNormalizedType

[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "BoardingPass"

Field Value

string

DocumentType

[Register("DOCUMENT_TYPE")]
public const string DocumentType = "BoardingPass"

Field Value

string

Properties

ElectronicTicketIndicator

public TextFieldWrapper ElectronicTicketIndicator { get; }

Property Value

TextFieldWrapper

FormatCode

public TextFieldWrapper FormatCode { get; }

Property Value

TextFieldWrapper

Legs

public IList<BoardingPass.Leg> Legs { get; }

Property Value

IList<BoardingPass.Leg>

NumberOfLegs

public TextFieldWrapper NumberOfLegs { get; }

Property Value

TextFieldWrapper

PassengerName

public TextFieldWrapper PassengerName { get; }

Property Value

TextFieldWrapper

RequiredDocumentType

public override string RequiredDocumentType { get; }

Property Value

string

SecurityData

public TextFieldWrapper SecurityData { get; }

Property Value

TextFieldWrapper

SecurityDataType

public TextFieldWrapper SecurityDataType { get; }

Property Value

TextFieldWrapper