Table of Contents

Class AAMVA.MotorCarrierData

Namespace
ScanbotSDK.MAUI.DocumentFormats.Barcode
Assembly
ScanbotSDK.Shared.dll

Motor Carrier Data. File type "MC".

public class AAMVA.MotorCarrierData : GenericDocumentWrapper
Inheritance
AAMVA.MotorCarrierData
Inherited Members

Constructors

MotorCarrierData(GenericDocument)

public MotorCarrierData(GenericDocument document)

Parameters

document GenericDocument

Properties

CarrierName

Data element ID "MAA". The name of the carrier responsible for safety. This can be an individual, partnership or corporation responsible for the transportation of persons or property. This is the name that is recognized by law.

public Field? CarrierName { get; }

Property Value

Field

City

Data element ID "MAL". This is the city for the mailing address of the individual carrier. This information is utilized by the base jurisdiction to send information to the carrier that purchased the IRP credentials.

public Field? City { get; }

Property Value

Field

Jurisdiction

Data element ID "MAI". This is the jurisdiction of the residential address of the individual carrier. This information is utilized by the base jurisdiction to send information to the carrier that purchased the IRP credentials.

public Field? Jurisdiction { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string

StreetAddress

Data element ID "MAK". This is the mailing address of the individual carrier. This information is utilized by the base jurisdiction to send information to the carrier that purchased the IRP credentials.

public Field? StreetAddress { get; }

Property Value

Field

USDOTNumber

Data element ID "MAN". A unique identifier assigned to the carrier responsible for safety issued by the U.S. Department of Transportation – Federal Motor Carrier Safety Administration.

public Field? USDOTNumber { get; }

Property Value

Field

Zip

Data element ID "MAO". The ZIP or Postal code of the resident address of the vehicle owner.

public Field? Zip { get; }

Property Value

Field