UNPKG

stripe

Version:
10 lines (9 loc) 318 B
// File generated from our OpenAPI spec import { StripeResource } from '../../../StripeResource.js'; const stripeMethod = StripeResource.method; export const MeterEventSession = StripeResource.extend({ create: stripeMethod({ method: 'POST', fullPath: '/v2/billing/meter_event_session', }), });