Viewing File: /home/webrbaew/getcandycleanse.com/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;
}
Back to Directory File Manager