Table of Contents

Class AAMVA.VehicleOwnerData

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

Vehicle Owner Data. File type "OW".

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

Constructors

VehicleOwnerData(GenericDocument)

public VehicleOwnerData(GenericDocument document)

Parameters

document GenericDocument

Properties

FirstOwnerIdNumber

Data element ID "NAX". The unique customer number/ID of the first vehicle owner.

public Field? FirstOwnerIdNumber { get; }

Property Value

Field

FirstOwnerLastName

Data element ID "NAB". Last Name or Surname of the Owner. Hyphenated names acceptable, spaces between names acceptable, but no other use of special symbols.

public Field? FirstOwnerLastName { get; }

Property Value

Field

FirstOwnerLegalStatus

Data element ID "NBA". The legal status of the first vehicle owner. This is only used when a vehicle has multiple owners. A legal status may be ("AND", "OR").

public Field? FirstOwnerLegalStatus { get; }

Property Value

Field

FirstOwnerMiddleName

Data element ID "NAD". Middle Name(s) or Initial(s) of the Owner. Hyphenated names acceptable, spaces, between names acceptable, but no other use of special symbols.

public Field? FirstOwnerMiddleName { get; }

Property Value

Field

FirstOwnerName

Data element ID "NAC". First Name or Given Name of the Owner. Hyphenated names acceptable, but no other use of special symbols.

public Field? FirstOwnerName { get; }

Property Value

Field

FirstOwnerTotalName

Data element ID "NAA". Name of the (or one of the) individual(s) who owns the Vehicle as defined in the ANSI D- 20 Data Element Dictionary. (Lastname@Firstname@MI@Suffix if any.)

public Field? FirstOwnerTotalName { get; }

Property Value

Field

MailingAddress1

Data element ID "NAR". Street address line 1. (Mailing)

public Field? MailingAddress1 { get; }

Property Value

Field

MailingAddress2

Data element ID "NAS". Street address line 2. (Mailing)

public Field? MailingAddress2 { get; }

Property Value

Field

MailingCity

Data element ID "NAT". Name of city for mailing address.

public Field? MailingCity { get; }

Property Value

Field

MailingJurisdictionCode

Data element ID "NAU". Jurisdiction code for mailing address. Conforms to Canadian, Mexican and US jurisdictions as appropriate. Codes for provinces (Canada) and states (US and Mexico).

public Field? MailingJurisdictionCode { get; }

Property Value

Field

MailingZipCode

Data element ID "NAV". The ZIP code or Postal code used for mailing. (As used by Canadian, Mexican and US jurisdictions.)

public Field? MailingZipCode { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string

ResidenceAddress1

Data element ID "NAM". Street address line 1. (Mailing)

public Field? ResidenceAddress1 { get; }

Property Value

Field

ResidenceAddress2

Data element ID "NAN". Street address line 2. (Mailing)

public Field? ResidenceAddress2 { get; }

Property Value

Field

ResidenceCity

Data element ID "NAO". Name of city for mailing address.

public Field? ResidenceCity { get; }

Property Value

Field

ResidenceJurisdictionCode

Data element ID "NAP". Jurisdiction code for mailing address. Conforms to Canadian, Mexican and US jurisdictions as appropriate. Codes for provinces (Canada) and states (US and Mexico).

public Field? ResidenceJurisdictionCode { get; }

Property Value

Field

ResidenceZipCode

Data element ID "NAQ". The ZIP code or Postal code used for mailing. (As used by Canadian, Mexican and US jurisdictions).

public Field? ResidenceZipCode { get; }

Property Value

Field

SecondOwnerIdNumber

Data element ID "NAY". The unique customer number/ID of the second vehicle owner.

public Field? SecondOwnerIdNumber { get; }

Property Value

Field

SecondOwnerLastName

Data element ID "NAF". Last Name or Surname of the Owner. Hyphenated names acceptable, spaces between names acceptable, but no other use of special symbols.

public Field? SecondOwnerLastName { get; }

Property Value

Field

SecondOwnerLegalStatus

Data element ID "NBB". The legal status of the second vehicle owner. This is only used when a vehicle has multiple owners. A legal status may be ("AND", "OR").

public Field? SecondOwnerLegalStatus { get; }

Property Value

Field

SecondOwnerMiddleName

Data element ID "NAH". Middle Name(s) or Initial(s) of the Owner. Hyphenated names acceptable, spaces between names acceptable, but no other use of special symbols.

public Field? SecondOwnerMiddleName { get; }

Property Value

Field

SecondOwnerName

Data element ID "NAG". First Name or Given Name of the Owner. Hyphenated names acceptable, but no other use of special symbols.

public Field? SecondOwnerName { get; }

Property Value

Field

SecondOwnerTotalName

Data element ID "NAE". Name of the (or one of the) individual(s) who owns the Vehicle as defined in the ANSI D- 20 Data Element Dictionary. (Lastname@Firstname@MI@Suffix if any.)

public Field? SecondOwnerTotalName { get; }

Property Value

Field