A time window to hand over an Easy Ship package to Amazon Logistics.

TimeSlot

interface TimeSlot {
    endTime?: string;
    handoverMethod?: HandoverMethod;
    slotId: string;
    startTime?: string;
}

Properties

endTime?: string

A datetime value in ISO 8601 format.

TimeSlot

handoverMethod?: HandoverMethod

TimeSlot

slotId: string

A string of up to 255 characters.

TimeSlot

startTime?: string

A datetime value in ISO 8601 format.

TimeSlot