mirror of
https://github.com/itflow-org/itflow
synced 2026-07-24 09:20:40 +00:00
Rename plugins to libs and update all file references
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
// File generated from our OpenAPI spec
|
||||
|
||||
namespace Stripe\EventData;
|
||||
|
||||
/**
|
||||
* @property string $developer_message_summary Extra field included in the event's <code>data</code> when fetched from /v2/events.
|
||||
* @property (object{error_count: int, error_types: (object{code: string, error_count: int, sample_errors: (object{error_message: string, request: (object{identifier: string}&\Stripe\StripeObject)}&\Stripe\StripeObject)[]}&\Stripe\StripeObject)[]}&\Stripe\StripeObject) $reason This contains information about why meter error happens.
|
||||
* @property int $validation_end The end of the window that is encapsulated by this summary.
|
||||
* @property int $validation_start The start of the window that is encapsulated by this summary.
|
||||
*/
|
||||
class V1BillingMeterErrorReportTriggeredEventData extends \Stripe\StripeObject {}
|
||||
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
// File generated from our OpenAPI spec
|
||||
|
||||
namespace Stripe\EventData;
|
||||
|
||||
/**
|
||||
* @property string $developer_message_summary Extra field included in the event's <code>data</code> when fetched from /v2/events.
|
||||
* @property (object{error_count: int, error_types: (object{code: string, error_count: int, sample_errors: (object{error_message: string, request: (object{identifier: string}&\Stripe\StripeObject)}&\Stripe\StripeObject)[]}&\Stripe\StripeObject)[]}&\Stripe\StripeObject) $reason This contains information about why meter error happens.
|
||||
* @property int $validation_end The end of the window that is encapsulated by this summary.
|
||||
* @property int $validation_start The start of the window that is encapsulated by this summary.
|
||||
*/
|
||||
class V1BillingMeterNoMeterFoundEventData 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 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