2026-01-22 21:21:56 +05:30

11 lines
357 B
JavaScript

// File generated from our OpenAPI spec
import { StripeResource } from '../../../StripeResource.js';
const stripeMethod = StripeResource.method;
export const MeterEventStream = StripeResource.extend({
create: stripeMethod({
method: 'POST',
fullPath: '/v2/billing/meter_event_stream',
host: 'meter-events.stripe.com',
}),
});