Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

StatusSummary

Representation of a status summary, an aggregated view on issues for a specific status or severity. These issues are attached to configurations of products or order entries StatusSummary

export interface StatusSummary {
	'numberOfIssues'?: number;
	'status'?: string;
}

Properties

NameRequiredTypeDescription
numberOfIssuesOptionalnumberNumber of issues per status {number} StatusSummary
statusOptionalstringStatus or severity indicator, can be one of ERROR, WARNING, INFO or SUCCESS {string} StatusSummary

On this page