Class BoardingPass
- Namespace
- IO.Scanbot.Barcodescanner.Entity
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/barcodescanner/entity/BoardingPass", DoNotGenerateAcw = true)]
public sealed class BoardingPass : GenericDocumentWrapper, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
BoardingPass
- Implements
-
- Inherited Members
-
Constructors
BoardingPass(GenericDocument)
[Register(".ctor", "(Lio/scanbot/genericdocument/entity/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
A
[Register("a")]
public TextFieldWrapper A { get; set; }
Property Value
- TextFieldWrapper
B
[Register("b")]
public TextFieldWrapper B { get; set; }
Property Value
- TextFieldWrapper
C
[Register("c")]
public TextFieldWrapper C { get; set; }
Property Value
- TextFieldWrapper
D
[Register("d")]
public TextFieldWrapper D { get; set; }
Property Value
- TextFieldWrapper
E
[Register("e")]
public IList E { get; set; }
Property Value
- IList
ElectronicTicket
public TextFieldWrapper ElectronicTicket { get; }
Property Value
- TextFieldWrapper
Legs
public IList<BoardingPass.Leg> Legs { get; }
Property Value
- IList<BoardingPass.Leg>
Name
public TextFieldWrapper Name { get; }
Property Value
- TextFieldWrapper
NumberOfLegs
public TextFieldWrapper NumberOfLegs { get; }
Property Value
- TextFieldWrapper
SecurityData
public TextFieldWrapper SecurityData { get; }
Property Value
- TextFieldWrapper