Car Details Response
Parameters
transaction Id
A unique identifier for this transaction.
warnings
Container for warning codes
car Details
valid Forms Of Payment
List of all the forms of payment that will be accepted for the booking of this rental transaction.
links
A map of links to other Car APIs. possible link name: ApiBooking
Constructors
Link copied to clipboard
public CarDetailsResponse CarDetailsResponse(String transactionId, List<CarsWarning> warnings, CarDetails carDetails, List<CarsValidFormsOfPayment> validFormsOfPayment, Map<String, CarsLink> links)