mirror of
https://github.com/itflow-org/itflow
synced 2026-03-11 08:14:52 +00:00
11 lines
217 B
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 V2CoreAccountPersonUpdatedEventData extends \Stripe\StripeObject {}
|