interface BookRequestQuote {
    quoteId: number;
    quoteRequest: GroundTransferQuoteRequest;
    type: JourneyType;
}

Properties

quoteId: number