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

com.founder.sdk.vopackage.VoFsiResponse Maven / Gradle / Ivy

There is a newer version: 3.6.1.9
Show newest version
package com.founder.sdk.vopackage;

import com.founder.sdk.model.FsiBaseResponse;

import java.io.Serializable;

public class VoFsiResponse extends FsiBaseResponse implements Serializable {

    private Object output;

    public Object getOutput() {
        return output;
    }

    public void setOutput(Object output) {
        this.output = output;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy