ng.com.systemspecs.remitarits.bulkpaymentstatus.BulkPaymentStatusRequest 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.bulkpaymentstatus;
import java.io.Serializable;
/**
* A configuration class
*
*
* @author Ilesanmi Omoniyi
*
* @since 1.0.0
*/
public class BulkPaymentStatusRequest implements Serializable {
private String batchRef;
public String getBatchRef() {
return batchRef;
}
public void setBatchRef(String batchRef) {
this.batchRef = batchRef;
}
@Override
public String toString() {
return "BulkPaymentStatusRequest{" +
"batchRef='" + batchRef + '\'' +
'}';
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy