UNPKG

@climatepartner/climatepartner-api-sdk

Version:

The ClimatePartner API provides one uniform public API to customers of ClimatePartner.

14 lines (13 loc) 326 B
/** * This file was generated by st-open-api */ import { IWaypoint } from './i-waypoint'; export interface ICarRental { acrissCode?: string; distance?: number; dropoffLocation?: IWaypoint; isInternationalTrip?: boolean; pickupLocation?: IWaypoint; rentalDuration: number; vehicleType?: string; }