vehicleSafetyInspectionData property

AAMVAVehicleSafetyInspectionData? get vehicleSafetyInspectionData

The child document of type "VehicleSafetyInspectionData".

Implementation

document_wrapper.AAMVAVehicleSafetyInspectionData?
    get vehicleSafetyInspectionData => document
        .childByDocumentType("VehicleSafetyInspectionData")
        ?.let((child) =>
            document_wrapper.AAMVAVehicleSafetyInspectionData(child));