com.razorpay.Webhook Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of razorpay-java Show documentation
Show all versions of razorpay-java Show documentation
Official java bindings for the Razorpay API
package com.razorpay;
import org.json.JSONObject;
public class Webhook extends Entity {
/**
* Webhook APIs
* @see Doc
* @param jsonObject
*/
public Webhook(JSONObject jsonObject) {
super(jsonObject);
}
}