All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.razorpay.Product Maven / Gradle / Ivy

There is a newer version: 1.4.7
Show newest version
package com.razorpay;

import org.json.JSONObject;

public class Product extends Entity {
    /**
     * Product Configuration APIs
     * @see Doc
     * @param jsonObject
     */
    public Product(JSONObject jsonObject) {
        super(jsonObject);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy