DIR: /var/www/devs.lapieza.net/vendor/razorpay/razorpay/src/ |
Current File : /var/www/devs.lapieza.net/vendor/razorpay/razorpay/src/Iin.php |
<?php namespace Razorpay\Api; class Iin extends Entity { public function fetch($id) { return parent::fetch($id); } public function all($options = array()) { $relativeUrl = $this->getEntityUrl(). 'list'; return $this->request('GET', $relativeUrl, $options); } } |