Package com.razorpay
Class AddonClient
java.lang.Object
com.razorpay.AddonClient
-
Method Summary
Modifier and TypeMethodDescription<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 Addons filtered by parameters @request<T extends Entity>
T<T extends Entity>
T<T extends Entity>
T<T extends Entity>
T
-
Method Details
-
fetch
- Throws:
RazorpayException
-
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 Addons filtered by parameters @request- Throws:
RazorpayException
-
delete
- 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
-