| Current Path : /home/users/unlimited/www/mpos.codeskitter.site/vendor/razorpay/razorpay/src/ |
| Current File : /home/users/unlimited/www/mpos.codeskitter.site/vendor/razorpay/razorpay/src/ArrayableInterface.php |
<?php
namespace Razorpay\Api;
interface ArrayableInterface
{
/**
* Get the instance as an array.
*
* @return array
*/
public function toArray();
}