Files
itflow/libs/stripe-php/lib/EventData/V2CoreAccountPersonDeletedEventData.php

11 lines
217 B
PHP

<?php
// File generated from our OpenAPI spec
namespace Stripe\EventData;
/**
* @property string $account_id The ID of the v2 account.
*/
class V2CoreAccountPersonDeletedEventData extends \Stripe\StripeObject {}