Files
HRM-System/vendor/fedapay/fedapay-php/lib/ApiKey.php
2026-04-13 08:19:53 +08:00

20 lines
262 B
PHP

<?php
namespace FedaPay;
/**
* Class ApiKey
*
* @property int $id
* @property string $public_key
* @property string $private_key
* @property string $created_at
* @property string $updated_at
*
* @package FedaPay
*/
class ApiKey extends Resource
{
}