Export

CreateReportResult

interface CreateReportResult {
    reportId: string;
}

Properties

Properties

reportId: string

The identifier for the report. This identifier is unique only in combination with a seller ID.

Memberof

CreateReportResult