UNPKG

stripe

Version:
7 lines (6 loc) 281 B
// File generated from our OpenAPI spec import { StripeResource } from '../../StripeResource.js'; const stripeMethod = StripeResource.method; export const MeterEvents = StripeResource.extend({ create: stripeMethod({ method: 'POST', fullPath: '/v1/billing/meter_events' }), });