Package com.razorpay
Class QrCodeClient
java.lang.Object
com.razorpay.QrCodeClient
-
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 QrCodes filtered by parameters @requestfetchAllPayments(String id, org.json.JSONObject request) <T extends Entity>
T<T extends Entity>
T<T extends Entity>
T<T extends Entity>
T
-
Method Details
-
create
- Throws:
RazorpayException
-
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 QrCodes filtered by parameters @request- Throws:
RazorpayException
-
fetchAllPayments
- Throws:
RazorpayException
-
fetchAllPayments
public List<QrCode> fetchAllPayments(String id, org.json.JSONObject request) throws RazorpayException - Throws:
RazorpayException
-
close
- 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
-