![JAR search and dependency download from the Maven repository](/logo.png)
com.payu.sdk.api.model.report.ReportingRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api-client Show documentation
Show all versions of api-client Show documentation
A fresh implementation of the PayU API Client for Android
The newest version!
package com.payu.sdk.api.model.report;
import com.payu.sdk.api.model.request.Request;
import java.util.Map;
public class ReportingRequest extends Request {
private Map details;
public Map getDetails() {
return details;
}
public void setDetails(Map details) {
this.details = details;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy