Your IP : 216.73.216.187


Current Path : /home/exhehbu/www/wp-content/plugins/eventer/front/stripe/lib/
Upload File :
Current File : /home/exhehbu/www/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';
}