Interface queryItineraryInfoByOrderIdList

Hierarchy

  • queryItineraryInfoByOrderIdList

Indexable

[tradeOrderIdList: string]: {
    assemblyTime: number;
    departureStation: string;
    driverPhone: string;
    remark: string;
    seatNumber: string;
    serialNumber: string;
    touristId: string;
    tradeOrderId: string;
    transportationDepartureTime: number;
    transportationType: TransportationTypeEnum;
    type: ItineraryTypeEnum;
}[]

Generated using TypeDoc