requestPreviousTrips

suspend fun requestPreviousTrips(numberOfResults: Int = 5): Result<TripDeliveryDto>

Load previous trips according to your first trip item of the tripResult list. Need to do a requestTrips call first!

Return

TripDeliveryDto with previous trips that are not already returned

Parameters

numberOfResults

The number of results that should be loaded before the current first trip