Request parameters for listHandoverSlots operation in EasyShipApi.

EasyShipApiListHandoverSlotsRequest

interface EasyShipApiListHandoverSlotsRequest {
    listHandoverSlotsRequest?: ListHandoverSlotsRequest;
}

Properties

listHandoverSlotsRequest?: ListHandoverSlotsRequest

The request schema for the `listHandoverSlots` operation.

EasyShipApiListHandoverSlots