com.geotab.http.response.FuelTransactionListResponse Maven / Gradle / Ivy
package com.geotab.http.response;
import com.geotab.model.entity.fuel.FuelTransaction;
import java.util.List;
/**
* Response containing a list of {@link FuelTransaction}.
* @deprecated use {@link com.geotab.api.Api#callResult} or one of the specific method variants instead.
*/
@Deprecated
public class FuelTransactionListResponse extends BaseResponse> {
}