Package com.razorpay
Class SettlementClient
java.lang.Object
com.razorpay.SettlementClient
-
Method Summary
Modifier and TypeMethodDescriptioncreate(org.json.JSONObject request) <T> TfetchAll()It is wrapper of fetchAll with parameter here sending null defines fetchAll with a default values without filterationfetchAll(org.json.JSONObject request) This method get list of Settlements filtered by parameters @requestIt is wrapper of fetchAllDemand with parameter here sending null defines fetchAllDemand with a default values without filterationfetchAllDemand(org.json.JSONObject request) This method get list of demand Settlements filtered by parameters @request<T extends Entity>
T<T extends Entity>
T<T extends Entity>
T<T extends Entity>
Treports()reports(org.json.JSONObject request)
-
Method Details
-
fetchAll
It is wrapper of fetchAll with parameter here sending null defines fetchAll with a default values without filteration- Throws:
RazorpayException
-
fetchAll
This method get list of Settlements filtered by parameters @request- Throws:
RazorpayException
-
fetch
- Throws:
RazorpayException
-
reports
- Throws:
RazorpayException
-
reports
- Throws:
RazorpayException
-
create
- Throws:
RazorpayException
-
fetchAllDemand
It is wrapper of fetchAllDemand with parameter here sending null defines fetchAllDemand with a default values without filteration- Throws:
RazorpayException
-
fetchAllDemand
This method get list of demand Settlements filtered by parameters @request- Throws:
RazorpayException
-
fetchDemandSettlement
- Throws:
RazorpayException
-
get
public <T extends Entity> T get(String path, org.json.JSONObject requestObject) throws RazorpayException - Throws:
RazorpayException
-
post
public <T extends Entity> T post(String path, org.json.JSONObject requestObject) throws RazorpayException - Throws:
RazorpayException
-
put
public <T extends Entity> T put(String path, org.json.JSONObject requestObject) throws RazorpayException - Throws:
RazorpayException
-
patch
public <T extends Entity> T patch(String path, org.json.JSONObject requestObject) throws RazorpayException - Throws:
RazorpayException
-
delete
- Throws:
RazorpayException
-