All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.konduto.sdk.models.KondutoVehicleUsage Maven / Gradle / Ivy

Go to download

Easily integrate with Konduto (https://konduto.com), a fraud prevention service.

There is a newer version: 2.17.4
Show newest version
package com.konduto.sdk.models;

import com.google.gson.annotations.SerializedName;

/**
 * Vehicle usage
 * @see Konduto API Spec
 */
public enum KondutoVehicleUsage {
    @SerializedName("private")
    PRIVATE,
    @SerializedName("commercial")
    COMMERCIAL,
    @SerializedName("instruction")
    INSTRUCTION,
    @SerializedName("experimental")
    EXPERIMENTAL,
    @SerializedName("government")
    GOVERNMENT,
    @SerializedName("military")
    MILITARY
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy