Interface queryItineraryInfoByOrderIdList

Hierarchy

  • queryItineraryInfoByOrderIdList

Indexable

[tradeOrderId: string]: {
    skuId: string;
    touristIdList: string[];
}
  • skuId: string

    skuId

  • touristIdList: string[]

    出行人Id列表

Generated using TypeDoc