errors property
A list of errors encountered during the invoice processing.
Each error provides specific information about what went wrong, often represented by an ErrorModel.
Implementation
final List<ErrorModel> errors;
A list of errors encountered during the invoice processing.
Each error provides specific information about what went wrong, often represented by an ErrorModel.
final List<ErrorModel> errors;