secondOwnerTotalName property

TextFieldWrapper? get secondOwnerTotalName

Data element ID "NAE". Name of the (or one of the) individual(s) who owns the Vehicle as defined in the ANSI D- 20 Data Element Dictionary. (Lastname@Firstname@MI@Suffix if any.)

Implementation

TextFieldWrapper? get secondOwnerTotalName => document
    .fieldByTypeName("SecondOwnerTotalName")
    ?.let((field) => TextFieldWrapper(field));