%PDF- %PDF-
| Direktori : /home/tjamichg/cursos.tjamich.gob.mx/vendor/stripe/stripe-php/lib/ |
| Current File : /home/tjamichg/cursos.tjamich.gob.mx/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;
}