Class BoardingPass
- Namespace
- IO.Scanbot.Sdk.Barcode.Entity
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class BoardingPass : GenericDocumentWrapper
- Inheritance
-
BoardingPass
- Inherited Members
-
Constructors
BoardingPass(GenericDocument)
public BoardingPass(GenericDocument document)
Parameters
document
GenericDocument
Fields
DocumentNormalizedType
public const string DocumentNormalizedType = "BoardingPass"
Field Value
- string
DocumentType
public const string DocumentType = "BoardingPass"
Field Value
- string
Properties
ElectronicTicketIndicator
public TextFieldWrapper ElectronicTicketIndicator { get; }
Property Value
- TextFieldWrapper
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
SecurityData
public TextFieldWrapper SecurityData { get; }
Property Value
- TextFieldWrapper
SecurityDataType
public TextFieldWrapper SecurityDataType { get; }
Property Value
- TextFieldWrapper