FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
stripe
/
stripe-php
/
lib
Edit File: RelatedObject.php
<?php namespace AmeliaStripe; /** * @property string $id Unique identifier for the event. * @property string $type * @property string $url */ class RelatedObject { public $id; public $type; public $url; }
Save
Back