mirror of
https://github.com/itflow-org/itflow
synced 2026-03-11 08:14:52 +00:00
11 lines
295 B
PHP
11 lines
295 B
PHP
<?php
|
|
|
|
// File generated from our OpenAPI spec
|
|
|
|
namespace Stripe\EventData;
|
|
|
|
/**
|
|
* @property string $updated_capability Open Enum. The capability which had its status updated.
|
|
*/
|
|
class V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEventData extends \Stripe\StripeObject {}
|