Class AAMVA.TitleData
- Namespace
- ScanbotSDK.MAUI.DocumentFormats.Barcode
- Assembly
- ScanbotSDK.Shared.dll
Title Data. File type "TD".
public class AAMVA.TitleData : GenericDocumentWrapper
- Inheritance
-
AAMVA.TitleData
- Inherited Members
Constructors
TitleData(GenericDocument)
public TitleData(GenericDocument document)
Parameters
document
GenericDocument
Properties
AddressCity
Data element ID "NAT". City portion of the owner's address.
public Field? AddressCity { get; }
Property Value
AddressJurisdictionCode
Data element ID "NAU". Jurisdiction portion of the owner's address.
public Field? AddressJurisdictionCode { get; }
Property Value
AddressStreet
Data element ID "NAR". Street portion of the owner's address.
public Field? AddressStreet { get; }
Property Value
AddressZipCode
Data element ID "NAV". The ZIP code or Postal code portion of the owner's address.
public Field? AddressZipCode { get; }
Property Value
BusinessName
Data element ID "BBC". The name of business that owns the vehicle.
public Field? BusinessName { get; }
Property Value
FamilyName
Data element ID "NAA". Family name (commonly called surname or last name) of the owner of the vehicle.
public Field? FamilyName { get; }
Property Value
FirstLienHolderId
Data element ID "LAF". A code that uniquely identifies the first holder of a lien.
public Field? FirstLienHolderId { get; }
Property Value
FirstLienHolderName
Data element ID "LAA". Name of the first lien holder of the vehicle.
public Field? FirstLienHolderName { get; }
Property Value
GivenName
Data element ID "NAE". Given name or names (includes all of what are commonly referred to as first and middle names) of the owner of the vehicle.
public Field? GivenName { get; }
Property Value
NewUsedIndicator
Data element ID "TAW". This code represents whether the vehicle/vessel is new or used. Note: jurisdictions' definitions of these classifications may vary a little due to state regulations on demo vehicles, slates between dealers, application of state taxes, etc. N = New, U = Used.
public Field? NewUsedIndicator { get; }
Property Value
OdometerDate
Data element ID "TAH". The date the odometer reading was recorded by the jurisdiction.
public Field? OdometerDate { get; }
Property Value
OdometerDisclosure
Data element ID "TAG". This is the federal odometer mileage disclosure. The mandatory information is: (1) Actual vehicle mileage; (2) Mileage exceeds mechanical limitations; (3) Not actual mileage; (4) Mileage disclosure not required.
public Field? OdometerDisclosure { get; }
Property Value
OdometerReadingKilometers
Data element ID "TAI". This is the odometer reading registered with the DMV either at the time of titling or registration renewal in kilometers.
public Field? OdometerReadingKilometers { get; }
Property Value
OdometerReadingMileage
Data element ID "TAF". This is the odometer reading registered with the DMV either at the time of titling or registration renewal.
public Field? OdometerReadingMileage { get; }
Property Value
PreviousTitleNumber
Data element ID "TAZ". The title number assigned to the vehicle by the previous titling jurisdiction.
public Field? PreviousTitleNumber { get; }
Property Value
PreviousTitlingJurisdiction
Data element ID "TPJ". The code for the jurisdiction (U.S., Canadian, or Mexican) that titled the vehicle immediately prior to the current titling jurisdiction.
public Field? PreviousTitlingJurisdiction { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
TitleBrand
Data element ID "TAY". Code providing information about the brand applied to the title.
public Field? TitleBrand { get; }
Property Value
TitleIssueDate
Data element ID "TAV". The date the jurisdiction's titling authority issued a title to the owner of the vehicle. The format is CCYYMMDD.
public Field? TitleIssueDate { get; }
Property Value
TitleNumber
Data element ID "TAA". The date the jurisdiction's titling authority issued a title to the owner of the vehicle. The format is CCYYMMDD.
public Field? TitleNumber { get; }
Property Value
TitlingJurisdiction
Data element ID "TAC". A unique set of alphanumeric characters assigned by the titling jurisdiction to the certificate of title of a vehicle.
public Field? TitlingJurisdiction { get; }
Property Value
VehicleBodyStyle
Data element ID "VAO". The general configuration or shape of a vehicle distinguished by characteristics such as number of doors, seats, windows, roofline, and type of top. The vehicle body type is 2-character alphanumeric.
public Field? VehicleBodyStyle { get; }
Property Value
VehicleColor
Data element ID "VBD". Where the vehicle/vessel is one color, this is the appropriate code describing that color. When the vehicle is two colors, this is the code for the top-most or front-most color.
public Field? VehicleColor { get; }
Property Value
VehicleIdentificationNumber
Data element ID "VAD". A unique combination of alphanumeric characters that identifies a specific vehicle or component. The VIN is affixed to the vehicle in specific locations and formulated by the manufacturer. State agencies under some controlled instances may assign a VIN to a vehicle.
public Field? VehicleIdentificationNumber { get; }
Property Value
VehicleMake
Data element ID "VAK". The distinctive (coded) name applied to a group of vehicles by a manufacturer.
public Field? VehicleMake { get; }
Property Value
VehicleModel
Data element ID "VAM". A code denoting a family of vehicles (within a make), which has a degree of similarity in construction, such as body, chassis, etc. The field does not necessarily contain a standard code; it may contain a value provided by the originator of the field.
public Field? VehicleModel { get; }
Property Value
VehicleModelYear
Data element ID "VAL". The year that is assigned to a vehicle by the manufacturer. The format is CCYY.
public Field? VehicleModelYear { get; }
Property Value
VehiclePurchaseDate
Data element ID "TAU". The date a vehicle was purchased by the current owner. The format is ISO8601 with delimiters.
public Field? VehiclePurchaseDate { get; }