Request parameters for cancelReportSchedule operation in ReportsApi.

Export

ReportsApiCancelReportScheduleRequest

interface ReportsApiCancelReportScheduleRequest {
    reportScheduleId: string;
}

Properties

Properties

reportScheduleId: string

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

Memberof

ReportsApiCancelReportSchedule