CarListingsResponse
Parameters
transactionId
A unique identifier for this transaction.
carCount
The number of cars offers returned in the response.
warnings
Container for warning codes
cars
List of cars matching the search criteria.
Constructors
Link copied to clipboard
public CarListingsResponse CarListingsResponse(String transactionId, Long carCount, List<CarsWarning> warnings, List<Car> cars)