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
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
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
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
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
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
MailingAddress1
Data element ID "NAR". Street address line 1. (Mailing)
public Field? MailingAddress1 { get; }
Property Value
MailingAddress2
Data element ID "NAS". Street address line 2. (Mailing)
public Field? MailingAddress2 { get; }
Property Value
MailingCity
Data element ID "NAT". Name of city for mailing address.
public Field? MailingCity { get; }
Property Value
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
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
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
ResidenceAddress1
Data element ID "NAM". Street address line 1. (Mailing)
public Field? ResidenceAddress1 { get; }
Property Value
ResidenceAddress2
Data element ID "NAN". Street address line 2. (Mailing)
public Field? ResidenceAddress2 { get; }
Property Value
ResidenceCity
Data element ID "NAO". Name of city for mailing address.
public Field? ResidenceCity { get; }
Property Value
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
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
SecondOwnerIdNumber
Data element ID "NAY". The unique customer number/ID of the second vehicle owner.
public Field? SecondOwnerIdNumber { get; }
Property Value
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
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
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
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
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; }