Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/whatsjet-saas/Source/vendor/stripe/stripe-php/lib/
Upload File :
Current File : /home/users/unlimited/www/whatsjet-saas/Source/vendor/stripe/stripe-php/lib/RelatedObject.php

<?php

namespace Stripe;

/**
 * @property string $id Unique identifier for the event.
 * @property string $type
 * @property string $url
 */
class RelatedObject
{
    public $id;
    public $type;
    public $url;
}