Class AAMVA.RegistrantAndVehicleData
- Namespace
- ScanbotSDK.MAUI.DocumentFormats.Barcode
- Assembly
- ScanbotSDK.Shared.dll
Registrant And Vehicle Data. File type "IR".
public class AAMVA.RegistrantAndVehicleData : GenericDocumentWrapper
- Inheritance
-
AAMVA.RegistrantAndVehicleData
- Inherited Members
Constructors
RegistrantAndVehicleData(GenericDocument)
public RegistrantAndVehicleData(GenericDocument document)
Parameters
document
GenericDocument
Properties
Address
Data element ID "RBI". The first line of the registrant's residence address.
public Field? Address { get; }
Property Value
BaseJurisdictionRegisteredWeight
Data element ID "RAU". The declared base jurisdiction registration weight.
public Field? BaseJurisdictionRegisteredWeight { get; }
Property Value
CarrierNameRegistrant
Data element ID "RBC". The name of the first registrant of a vehicle. Registrant's name may be a combined individual name or the name of a business
public Field? CarrierNameRegistrant { get; }
Property Value
City
Data element ID "RBK". The registrant's residence city name.
public Field? City { get; }
Property Value
GrossVehicleWeight
Data element ID "VAT". The unladen weight of the vehicle (e.g., single-unit truck, truck combination) plus the weight of the maximum load for which vehicle registration fees have been paid within a particular jurisdiction.
public Field? GrossVehicleWeight { get; }
Property Value
Jurisdiction
Data element ID "RBL". The state or province of the registrant's residence address.
public Field? Jurisdiction { get; }
Property Value
ModelYear
Data element ID "VAL". The year which is assigned to a vehicle by the manufacturer. The format is YY.
public Field? ModelYear { get; }
Property Value
NumberOfSeats
Data element IDs "RAP", "VBC". The seat capacity of a commercial vehicle designed for transportation of more than then passengers. The number of common axles of rotation of one or more wheels of a vehicle, whether power design or freely rotating.
public Field? NumberOfSeats { get; }
Property Value
RegistrationDecalNumber
Data element ID "RAD". The number assigned to the registration decal in those jurisdictions that issue decals.
public Field? RegistrationDecalNumber { get; }
Property Value
RegistrationEnforcementDate
Data element ID "RAF". The registration enforcement date is the date that the current registration was enforced. This may or may not be the original registration date. The format is ISO8601 with delimiters
public Field? RegistrationEnforcementDate { get; }
Property Value
RegistrationExpirationDate
Data element ID "RAG". The date in which the registration expired. The format is ISO8601 with delimiters.
public Field? RegistrationExpirationDate { get; }
Property Value
RegistrationIssueDate
Data element ID "IFJ". The date in which the registration was issued. The format is ISO8601 with delimiters.
public Field? RegistrationIssueDate { get; }
Property Value
RegistrationPlateNumber
Data element ID "RAM". The characters assigned to a registration plate or tag affixed to the vehicle, assigned by the jurisdiction.
public Field? RegistrationPlateNumber { get; }
Property Value
RegistrationYear
Data element ID "RBT". This field is the registration year assigned by the jurisdiction. The format is CCYY.
public Field? RegistrationYear { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
TypeOfVehicle
Data element ID "VBB". The type of vehicle operated for the transportation of persons or property in the furtherance of any commercial or industrial enterprise, for hire or not for hire. Not all states will use all values.
public Field? TypeOfVehicle { get; }
Property Value
UnitNumber
Data element ID "IEG". A number, assigned by the registrant of the commercial vehicle or trailer, to identify the vehicle or trailer in the fleet. No two units in a fleet can have the same number. A.K.A vehicle unit number or owner's equipment number.
public Field? UnitNumber { 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
ZipCode
Data element ID "RBM". The ZIP or Postal code of the resident address of the registrant.
public Field? ZipCode { get; }