| Current Path : /home/exhehbu/wp/wp-content/plugins/eventer/front/stripe/lib/ |
| Current File : /home/exhehbu/wp/wp-content/plugins/eventer/front/stripe/lib/LoginLink.php |
<?php
namespace Stripe;
/**
* Class LoginLink
*
* @property string $object
* @property int $created
* @property string $url
*
* @package Stripe
*/
class LoginLink extends ApiResource
{
const OBJECT_NAME = 'login_link';
}