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

com.founder.sdk.vopackage.VoFsiRequest 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.FsiBaseRequest;

import java.io.Serializable;

public class VoFsiRequest extends FsiBaseRequest implements Serializable {

    private Object input;

    public Object getInput() {
        return input;
    }

    public void setInput(Object input) {
        this.input = input;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy