Class AAMVA.RegistrationData
- Namespace
- ScanbotSDK.MAUI.DocumentFormats.Barcode
- Assembly
- ScanbotSDK.Shared.dll
Registration Data. File type "RG".
public class AAMVA.RegistrationData : GenericDocumentWrapper
- Inheritance
-
AAMVA.RegistrationData
- Inherited Members
Constructors
RegistrationData(GenericDocument)
public RegistrationData(GenericDocument document)
Parameters
document
GenericDocument
Properties
AddressCity
Data element ID "RBK". City portion of the owner's address.
public Field? AddressCity { get; }
Property Value
AddressJurisdictionCode
Data element ID "RBL". Jurisdiction portion of the owner's address.
public Field? AddressJurisdictionCode { get; }
Property Value
AddressStreet
Data element ID "RBI". Street portion of the owner's address.
public Field? AddressStreet { get; }
Property Value
AddressZipCode
Data element ID "RBM". The Zip code or Postal code of the vehicle owner's residence address.
public Field? AddressZipCode { get; }
Property Value
Axles
Data element ID "VBC". The number of common axles of rotation of one or more wheels of a vehicle, whether power driven or freely rotating.
public Field? Axles { get; }
Property Value
BusinessName
Data element ID "BBC". The business name of the first registrant of a vehicle.
public Field? BusinessName { get; }
Property Value
Fuel
Data element ID "FUL". The type of fuel used by the vehicle. In most cases, the fuel type would be diesel.
public Field? Fuel { get; }
Property Value
GrossVehicleWeight
Data element ID "VAT". The unladen weight of the vehicle (e.g., the single-unit truck, truck combination) plus the weight of the load being carried at a specific point in time.
public Field? GrossVehicleWeight { get; }
Property Value
RegistrantFamilyName
Data element ID "RBD". Family name (commonly called surname or last name) of the registered owner of a vehicle.
public Field? RegistrantFamilyName { get; }
Property Value
RegistrantGivenName
Data element ID "RBE". Given name or names (includes all of what are commonly referred to as first and middle names) of the registered owner of a vehicle.
public Field? RegistrantGivenName { get; }
Property Value
RegistrationExpiryDate
Data element ID "RAG". The date in which the registration expired. The format is ISO8601 with delimiters.
public Field? RegistrationExpiryDate { get; }
Property Value
RegistrationIssueDate
Data element ID "RBB". 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
RegistrationWindowStickerDecal
Data element ID "RBU". A unique number printed on the tab/decal and stored as part of the registration record.
public Field? RegistrationWindowStickerDecal { get; }
Property Value
RegistrationYear
Data element ID "RBT". The year of registration.
public Field? RegistrationYear { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { 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 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 my 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 which is assigned to a vehicle by the manufacturer. The format is CCYY.
public Field? VehicleModelYear { get; }
Property Value
VehicleUse
Data element ID "VPC". Indicates the use of the vehicle.
public Field? VehicleUse { get; }