Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
stripe
/
stripe-php
/
lib
/
Editing: 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; }
Save
Cancel