Selling Partner API SDK for JavaScript
    Preparing search index...

    The input appointment time details.

    interface AppointmentTimeInput {
        durationInMinutes?: number;
        startTime: string;
    }
    Index

    Properties

    durationInMinutes?: number

    The duration of an appointment in minutes.

    startTime: string

    The date, time in UTC for the start time of an appointment in ISO 8601 format.