Car Listings Response
Parameters
transaction Id
A unique identifier for this transaction.
car Count
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)