JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "Iin.php"

Full Path: /var/www/laravel_filter/vendor/razorpay/razorpay/src/Iin.php
File size: 316 bytes
MIME-type: text/x-php
Charset: utf-8

<?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);
    }
}