Files
itflow/plugins/stripe-php/lib/EventData/V2CoreAccountPersonDeletedEventData.php
2026-03-07 17:19:48 -05:00

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 {}