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
pick Up Location
Location where the automobile will be picked up.
drop Off Location
Location at which the automobile will be returned.
pickup Time
Local date and time the automobile will be picked-up, in ISO-8601 date and time format yyyy-MM-ddTHH:mm:ss.SSSZ.
return Time
Local date and time the automobile will be returned, in ISO-8601 date and time format yyyy-MM-ddTHH:mm:ss.SSSZ.