newUsedIndicator property
TextFieldWrapper?
get
newUsedIndicator
Data element ID "TAW". This code represents whether the vehicle/vessel is new or used. Note: jurisdictions' definitions of these classifications may vary a little due to state regulations on demo vehicles, slates between dealers, application of state taxes, etc. N = New, U = Used.
Implementation
TextFieldWrapper? get newUsedIndicator => document
.fieldByTypeName("NewUsedIndicator")
?.let((field) => TextFieldWrapper(field));