warnings property

List<WarningModel> warnings
final

A list of warnings that may be present during the invoice processing.

Warnings are typically less critical than errors but may still require attention or further action, represented by a WarningModel.

Implementation

final List<WarningModel> warnings;