ok
Direktori : /home2/selectio/public_html/y1jobportal.in/razorpay-php-2.9.0/src/ |
Current File : //home2/selectio/public_html/y1jobportal.in/razorpay-php-2.9.0/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); } }