ng.com.systemspecs.remitarits.util.Data Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of remita-rits Show documentation
Show all versions of remita-rits Show documentation
Remita Interbank Transfer Service SDK
package ng.com.systemspecs.remitarits.util;
/**
* Created By: Ilesanmi Omoniyi
* Date: 10/2/2020 9:15 AM
*/
public class Data {
private String responseDescription;
private String responseCode;
public String getResponseDescription() {
return responseDescription;
}
public void setResponseDescription(String responseDescription) {
this.responseDescription = responseDescription;
}
public String getResponseCode() {
return responseCode;
}
public void setResponseCode(String responseCode) {
this.responseCode = responseCode;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy