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

me.figo.internal.TaskTokenResponse Maven / Gradle / Ivy

package me.figo.internal;

import com.google.gson.annotations.Expose;

/**
 * Helper type for the return value of /rest/sync or /rest/accounts/../payments/../submit
 */
public class TaskTokenResponse {
    @Expose
    public String task_token;
    
    public String getTaskToken() {
	return task_token;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy