Class AAMVA.MotorCarrierData
- Namespace
- IO.Scanbot.Sdk.Barcode.Entity
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/entity/AAMVA$MotorCarrierData", DoNotGenerateAcw = true)]
public sealed class AAMVA.MotorCarrierData : GenericDocumentWrapper, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
AAMVA.MotorCarrierData
- Implements
-
- Inherited Members
-
Constructors
MotorCarrierData(GenericDocument)
[Register(".ctor", "(Lio/scanbot/sdk/genericdocument/GenericDocument;)V", "")]
public MotorCarrierData(GenericDocument document)
Parameters
document GenericDocument
Fields
DocumentNormalizedType
[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "AAMVA.MotorCarrierData"
Field Value
- string
DocumentType
[Register("DOCUMENT_TYPE")]
public const string DocumentType = "MotorCarrierData"
Field Value
- string
Properties
CarrierName
public TextFieldWrapper CarrierName { get; }
Property Value
- TextFieldWrapper
City
public TextFieldWrapper City { get; }
Property Value
- TextFieldWrapper
Jurisdiction
public TextFieldWrapper Jurisdiction { get; }
Property Value
- TextFieldWrapper
RequiredDocumentType
public override string RequiredDocumentType { get; }
Property Value
- string
StreetAddress
public TextFieldWrapper StreetAddress { get; }
Property Value
- TextFieldWrapper
UsdotNumber
public TextFieldWrapper UsdotNumber { get; }
Property Value
- TextFieldWrapper
Zip
public TextFieldWrapper Zip { get; }
Property Value
- TextFieldWrapper