Class AAMVA.VehicleSafetyInspectionData
- Namespace
- ScanbotSDK.MAUI.DocumentFormats.Barcode
- Assembly
- ScanbotSDK.Shared.dll
Vehicle Safety Inspection Data. File type "VS".
public class AAMVA.VehicleSafetyInspectionData : GenericDocumentWrapper
- Inheritance
-
AAMVA.VehicleSafetyInspectionData
- Inherited Members
Constructors
VehicleSafetyInspectionData(GenericDocument)
public VehicleSafetyInspectionData(GenericDocument document)
Parameters
document
GenericDocument
Properties
InspectionAddress
Data element ID "IAN". The street name and number, city, state and zip code of the inspection facility.
public Field? InspectionAddress { get; }
Property Value
InspectionAirPollutionDeviceConditions
Data element ID "IPD". Identifies whether the pollution control devices meet the minimum inspection criteria.
public Field? InspectionAirPollutionDeviceConditions { get; }
Property Value
InspectionFacilityIdentifier
Data element ID "IFI". The unique number assigned to an inspection facility.
public Field? InspectionFacilityIdentifier { get; }
Property Value
InspectionFormOrStickerNumberCurrent
Data element ID "INC". A unique number assigned to a current vehicle inspection form for identification purposes or a preprinted unique number on the motor vehicle inspection sticker currently issued to a motor vehicle which has passed inspection.
public Field? InspectionFormOrStickerNumberCurrent { get; }
Property Value
InspectionFormOrStickerNumberPrevious
Data element ID "INP". The number of the last inspection form excluding the current inspection or the certification number of the last inspection sticker, excluding the current inspection.
public Field? InspectionFormOrStickerNumberPrevious { get; }
Property Value
InspectionSmogCertificateIndicator
Data element ID "ISC". An indicator that specifies whether or not the vehicle has a current smog certificate.
public Field? InspectionSmogCertificateIndicator { get; }
Property Value
InspectionStationNumber
Data element ID "ISN". Station number performing the inspection.
public Field? InspectionStationNumber { get; }
Property Value
InspectorIdentificationNumber
Data element ID "IIN". A unique number assigned to each licensed vehicle inspector.
public Field? InspectorIdentificationNumber { get; }
Property Value
OdometerReadingAtInspection
Data element ID "ORI". The vehicle's odometer reading (to the nearest mile or kilometer) at the time of inspection.
public Field? OdometerReadingAtInspection { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
VehicleBodyType
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? VehicleBodyType { 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
VehicleModelYear
Data element ID "VAL". The year which is assigned to a vehicle by the manufacturer. The format is CCYY.
public Field? VehicleModelYear { get; }