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

    AvailabilityRecord to represent the capacity of a resource over a time range.

    interface AvailabilityRecord {
        capacity?: number;
        endTime: string;
        recurrence?: Recurrence;
        startTime: string;
    }
    Index

    Properties

    capacity?: number

    Signifies the capacity of a resource which is available.

    endTime: string

    Denotes the time till when the resource is available in a day in ISO-8601 format.

    recurrence?: Recurrence
    startTime: string

    Denotes the time from when the resource is available in a day in ISO-8601 format.