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