PNG %k25u25%fgd5n!
/home/mkuwqnjx/palaknaturals.com/wp-content/plugins/woo-razorpay/razorpay-sdk/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);
    }
}