public class SettlementClient extends Object
| Modifier and Type | Method and Description |
|---|---|
Settlement |
create(org.json.JSONObject request) |
<T> T |
delete(String version,
String path,
org.json.JSONObject requestObject) |
Settlement |
fetch(String id) |
List<Settlement> |
fetchAll()
It is wrapper of fetchAll with parameter here sending null defines fetchAll
with a default values without filteration
|
List<Settlement> |
fetchAll(org.json.JSONObject request)
This method get list of Settlements filtered by parameters @request
|
List<Settlement> |
fetchAllDemand()
It is wrapper of fetchAllDemand with parameter here sending null defines fetchAllDemand
with a default values without filteration
|
List<Settlement> |
fetchAllDemand(org.json.JSONObject request)
This method get list of demand Settlements filtered by parameters @request
|
Settlement |
fetchDemandSettlement(String id) |
<T extends Entity> |
get(String version,
String path,
org.json.JSONObject requestObject) |
<T extends Entity> |
patch(String version,
String path,
org.json.JSONObject requestObject) |
<T> T |
post(String version,
String path,
org.json.JSONObject requestObject) |
<T extends Entity> |
put(String version,
String path,
org.json.JSONObject requestObject) |
List<Settlement> |
reports() |
List<Settlement> |
reports(org.json.JSONObject request) |
public List<Settlement> fetchAll() throws RazorpayException
RazorpayExceptionpublic List<Settlement> fetchAll(org.json.JSONObject request) throws RazorpayException
RazorpayExceptionpublic Settlement fetch(String id) throws RazorpayException
RazorpayExceptionpublic List<Settlement> reports(org.json.JSONObject request) throws RazorpayException
RazorpayExceptionpublic List<Settlement> reports() throws RazorpayException
RazorpayExceptionpublic Settlement create(org.json.JSONObject request) throws RazorpayException
RazorpayExceptionpublic List<Settlement> fetchAllDemand() throws RazorpayException
RazorpayExceptionpublic List<Settlement> fetchAllDemand(org.json.JSONObject request) throws RazorpayException
RazorpayExceptionpublic Settlement fetchDemandSettlement(String id) throws RazorpayException
RazorpayExceptionpublic <T extends Entity> T get(String version, String path, org.json.JSONObject requestObject) throws RazorpayException
RazorpayExceptionpublic <T> T post(String version, String path, org.json.JSONObject requestObject) throws RazorpayException
RazorpayExceptionpublic <T extends Entity> T put(String version, String path, org.json.JSONObject requestObject) throws RazorpayException
RazorpayExceptionpublic <T extends Entity> T patch(String version, String path, org.json.JSONObject requestObject) throws RazorpayException
RazorpayExceptionpublic <T> T delete(String version, String path, org.json.JSONObject requestObject) throws RazorpayException
RazorpayExceptionCopyright © 2023. All rights reserved.