Promised delivery information for the item.

Export

ItemDeliveryPromise

interface ItemDeliveryPromise {
    endTime?: string;
    startTime?: string;
}

Properties

Properties

endTime?: string

The date and time of the end of the promised delivery window in ISO 8601 format.

Memberof

ItemDeliveryPromise

startTime?: string

The date and time of the start of the promised delivery window in ISO 8601 format.

Memberof

ItemDeliveryPromise