interface TravelerGroundTransfersBookRequest {
    booker: Booker;
    orderId: string;
    payment?: models.checkout.BookingCreateParams.Payment;
    quotes: BookRequestQuote[];
    repricedInsuranceAddOn?: InsurancePolicyAddOn;
    tripId: string;
}

Hierarchy (View Summary)

Properties

booker: Booker
orderId: string
repricedInsuranceAddOn?: InsurancePolicyAddOn
tripId: string