?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/demo2/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/



?? Go up: /home/webdevt/www/demo2/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php

?? Viewing: RelatedObject.php

<?php

namespace WPForms\Vendor\Stripe;

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


??

??