Table of Contents

Class AAMVA.MotorCarrierData

Namespace
IO.Scanbot.Sdk.Barcode.Entity
Assembly
DocumentSDK.NET.Droid.dll
public sealed class AAMVA.MotorCarrierData : GenericDocumentWrapper
Inheritance
AAMVA.MotorCarrierData
Inherited Members

Constructors

MotorCarrierData(GenericDocument)

public MotorCarrierData(GenericDocument document)

Parameters

document GenericDocument

Fields

DocumentNormalizedType

public const string DocumentNormalizedType = "AAMVA.MotorCarrierData"

Field Value

string

DocumentType

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

StreetAddress

public TextFieldWrapper StreetAddress { get; }

Property Value

TextFieldWrapper

UsdotNumber

public TextFieldWrapper UsdotNumber { get; }

Property Value

TextFieldWrapper

Zip

public TextFieldWrapper Zip { get; }

Property Value

TextFieldWrapper