mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Bump plugin stripe-php from 10.5.0 to 16.4.0 and update links
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
// File generated from our OpenAPI spec
|
||||
|
||||
namespace Stripe\Events;
|
||||
|
||||
/**
|
||||
* @property \Stripe\EventData\V1BillingMeterNoMeterFoundEventData $data data associated with the event
|
||||
*/
|
||||
class V1BillingMeterNoMeterFoundEvent extends \Stripe\V2\Event
|
||||
{
|
||||
const LOOKUP_TYPE = 'v1.billing.meter.no_meter_found';
|
||||
|
||||
public static function constructFrom($values, $opts = null, $apiMode = 'v2')
|
||||
{
|
||||
$evt = parent::constructFrom($values, $opts, $apiMode);
|
||||
if (null !== $evt->data) {
|
||||
$evt->data = \Stripe\EventData\V1BillingMeterNoMeterFoundEventData::constructFrom($evt->data, $opts, $apiMode);
|
||||
}
|
||||
|
||||
return $evt;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user