Response schema.

Export

CreateReportScheduleResponse

interface CreateReportScheduleResponse {
    reportScheduleId: string;
}

Properties

Properties

reportScheduleId: string

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

Memberof

CreateReportScheduleResponse