registrantAndVehicleData property
AAMVARegistrantAndVehicleData?
get
registrantAndVehicleData
The child document of type "RegistrantAndVehicleData".
Implementation
document_wrapper.AAMVARegistrantAndVehicleData?
get registrantAndVehicleData =>
document.childByDocumentType("RegistrantAndVehicleData")?.let(
(child) => document_wrapper.AAMVARegistrantAndVehicleData(child));