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

me.pagar.AutoAnticipationType Maven / Gradle / Ivy

The newest version!
package me.pagar;
/**
 *
 * @author LucasVale
 */
import com.google.gson.annotations.SerializedName;

public enum AutoAnticipationType {
    @SerializedName("full")
    FULL,

    @SerializedName("1025")
    TENTWENTYFIVE,

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy