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

PosGateway.Exchange.Hps.OperationResult Maven / Gradle / Ivy

package PosGateway.Exchange.Hps;

public class OperationResult {
    public java.lang.Exception Exception;
    public T Result;
    public Object Tag;
    public String MethodName;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy