Card.php 182 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?php namespace Razorpay\Api; class Card extends Entity { /** * @param $id Card id */ public function fetch($id) { return parent::fetch($id); } }