Car
List of cars matching the search criteria.
Parameters
id
Uniquely identifies a Car Offer.Note: since pay-online and pay-at-the-counter Car Offers have the same associated Rate Code, the Offer ID is the only unique identifier to differentiate between the two offers when referencing or booking.
vehicleDetails
supplier
pickupDetails
dropOffDetails
price
cancellationPolicy
dataTimeStamp
DataTimeStamp
onlineCheckIn
Indicate whether the supplier supports online checkin
skipTheCounter
Indicate whether the supplier supports skip the counter
links
A map of links to other Car APIs or Expedia websites.
rateDetails
referencePrice
additionalFees
List of additional fees including both mandatory and optional fees.such as young driver fee/drop off fee /CollisionDamageWaiver
noShowPenalty
images
List of image resources of the car product.
rating
Constructors
Link copied to clipboard
public Car Car( String id, VehicleDetails vehicleDetails, Supplier supplier, VendorLocationDetails pickupDetails, VendorLocationDetails dropOffDetails, Price price, CarsCancellationPolicy cancellationPolicy, OffsetDateTime dataTimeStamp, Boolean onlineCheckIn, Boolean skipTheCounter, Map<String, CarsLink> links, RateDetails rateDetails, CarsMoney referencePrice, List<AdditionalFee> additionalFees, PenaltyType noShowPenalty, List<Image> images, RatingWithoutDetails rating)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard