UNPKG

stripe

Version:
20 lines (19 loc) 622 B
// File generated from our OpenAPI spec import { StripeResource } from '../../StripeResource.js'; const stripeMethod = StripeResource.method; export const Registrations = StripeResource.extend({ create: stripeMethod({ method: 'POST', fullPath: '/v1/tax/registrations' }), retrieve: stripeMethod({ method: 'GET', fullPath: '/v1/tax/registrations/{id}', }), update: stripeMethod({ method: 'POST', fullPath: '/v1/tax/registrations/{id}', }), list: stripeMethod({ method: 'GET', fullPath: '/v1/tax/registrations', methodType: 'list', }), });