The time range within which a Scheduled Delivery fulfillment order should be delivered. This is only available in the JP marketplace.

Export

DeliveryWindow

interface DeliveryWindow {
    endDate: string;
    startDate: string;
}

Properties

Properties

endDate: string

Memberof

DeliveryWindow

startDate: string

Memberof

DeliveryWindow