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

org.vfdtech.models.cba.mifos.TSQRes Maven / Gradle / Ivy

Go to download

A utilities service with generic tools implementation. Can be plugged into your java project

There is a newer version: 0.3.5
Show newest version
package org.vfdtech.models.cba.mifos;

import lombok.Getter;
import lombok.Setter;

@Setter
@Getter
public class TSQRes {
    private String sessionId = "";
    private String channelCode = "";
    private String responseCode = "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy