msrp property

TextFieldWrapper? get msrp

Data element ID "VAE". Manufacturer's Suggested Retail Price. No decimal places. Right Justified Zero or space fill.

Implementation

TextFieldWrapper? get msrp =>
    document.fieldByTypeName("MSRP")?.let((field) => TextFieldWrapper(field));