warningMessages property

List<String>? warningMessages
getter/setter pair

The warning messages generated by the line item.

These warnings do not block saving the line item, but some may block the line item from running.

Output only.

Implementation

core.List<core.String>? warningMessages;