mirror of
https://github.com/itflow-org/itflow
synced 2026-03-12 00:34:52 +00:00
Bump stripe-php from 19.0.0 to 19.4.1
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
// File generated from our OpenAPI spec
|
||||
|
||||
namespace Stripe\EventData;
|
||||
|
||||
/**
|
||||
* @property string $updated_capability Open Enum. The capability which had its status updated.
|
||||
*/
|
||||
class V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEventData extends \Stripe\StripeObject {}
|
||||
@@ -0,0 +1,10 @@
|
||||
<?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 {}
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
// File generated from our OpenAPI spec
|
||||
|
||||
namespace Stripe\EventData;
|
||||
|
||||
/**
|
||||
* @property string $updated_capability Open Enum. The capability which had its status updated.
|
||||
*/
|
||||
class V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEventData extends \Stripe\StripeObject {}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
// File generated from our OpenAPI spec
|
||||
|
||||
namespace Stripe\EventData;
|
||||
|
||||
/**
|
||||
* @property string $account_id The ID of the v2 account.
|
||||
* @property string[] $configurations Configurations on the Account that was onboarded via the account link.
|
||||
* @property string $use_case Open Enum. The use case type of the account link that has been completed.
|
||||
*/
|
||||
class V2CoreAccountLinkReturnedEventData extends \Stripe\StripeObject {}
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
// File generated from our OpenAPI spec
|
||||
|
||||
namespace Stripe\EventData;
|
||||
|
||||
/**
|
||||
* @property string $account_id The ID of the v2 account.
|
||||
*/
|
||||
class V2CoreAccountPersonCreatedEventData extends \Stripe\StripeObject {}
|
||||
@@ -0,0 +1,10 @@
|
||||
<?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 {}
|
||||
@@ -0,0 +1,10 @@
|
||||
<?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 {}
|
||||
Reference in New Issue
Block a user