Interface DeliveryWindowInterfaceInternal

Interface version of DeliveryWindow

interface DeliveryWindowInterface {
    end: null | string;
    start: null | string;
}

Implemented by

Properties

Properties

end: null | string

The latest time delivery is expected

start: null | string

The earliest time delivery is expected