Car

public Car Car(Amount price, String inventoryType, TravelProduct.InventorySource inventorySource, String pickUpLocation, String dropOffLocation, OffsetDateTime pickupTime, OffsetDateTime returnTime, List<String> travelersReferences, Boolean payLater, Boolean refundable)

Parameters

pickUpLocation

Location where the automobile will be picked up.

dropOffLocation

Location at which the automobile will be returned.

pickupTime

Local date and time the automobile will be picked-up, in ISO-8601 date and time format yyyy-MM-ddTHH:mm:ss.SSSZ.

returnTime

Local date and time the automobile will be returned, in ISO-8601 date and time format yyyy-MM-ddTHH:mm:ss.SSSZ.