| Current Path : /home/copmadinaarea/creditunion.copeastlegondistrict.org/vendor/razorpay/razorpay/src/ |
| Current File : /home/copmadinaarea/creditunion.copeastlegondistrict.org/vendor/razorpay/razorpay/src/Plan.php |
<?php
namespace Razorpay\Api;
class Plan extends Entity
{
public function create($attributes = array())
{
return parent::create($attributes);
}
public function fetch($id)
{
return parent::fetch($id);
}
public function all($options = array())
{
return parent::all($options);
}
}