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

me.figo.models.TanScheme Maven / Gradle / Ivy

package me.figo.models;

import com.google.gson.annotations.Expose;

public class TanScheme {

	@Expose
	private String tan_scheme_id;
	
	@Expose
	private String name;
	
	@Expose
	private String medium_name;
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy