![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/job-board.corals.io/vendor/openpay/sdk/Openpay/Resources/ |
<?php /** * Openpay API v1 Client for PHP (version 2.2.*) * * Copyright © Openpay SAPI de C.V. All rights reserved. * http://www.openpay.mx/ * [email protected] */ namespace Openpay\Resources; use Openpay\Data\OpenpayApiResourceBase; use Openpay\Data\OpenpayApiDerivedResource; class OpenpayCard extends OpenpayApiResourceBase { protected $type; protected $brand; protected $allows_charges; protected $allows_payouts; protected $creation_date; protected $bank_name; protected $bank_code; protected $customer_id; public function delete() { $this->_delete(); } public function get($param) { return $this->_getAttributes($param); } } // ---------------------------------------------------------------------------- ?>